diff --git a/connections/swift/NearbyConnections/Sources/ConnectionManager.swift b/connections/swift/NearbyConnections/Sources/ConnectionManager.swift index 9130458c..47da8c2f 100644 --- a/connections/swift/NearbyConnections/Sources/ConnectionManager.swift +++ b/connections/swift/NearbyConnections/Sources/ConnectionManager.swift @@ -213,6 +213,11 @@ public class ConnectionManager { withCompletionHandler: completionHandler ) } + + /// Enable BLEV2. + public func enableBLEV2() { + GNCFlags.enableBLEV2 = true + } } extension ConnectionManager: InternalPayloadDelegate {