mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-14 22:56:12 -04:00
Add enableBLEV2() to ConnectionManager
PiperOrigin-RevId: 783118129
This commit is contained in:
committed by
Copybara-Service
parent
2e94870593
commit
a8889d12a2
@@ -213,6 +213,11 @@ public class ConnectionManager {
|
||||
withCompletionHandler: completionHandler
|
||||
)
|
||||
}
|
||||
|
||||
/// Enable BLEV2.
|
||||
public func enableBLEV2() {
|
||||
GNCFlags.enableBLEV2 = true
|
||||
}
|
||||
}
|
||||
|
||||
extension ConnectionManager: InternalPayloadDelegate {
|
||||
|
||||
Reference in New Issue
Block a user