File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ public final class L2CAPSocket: L2CAPSocketProtocol {
7171 }
7272
7373 /// Creates a server socket for an L2CAP connection.
74- public static func lowEnergyServer( controllerAddress: BluetoothAddress = . any ,
74+ public static func lowEnergyServer( controllerAddress: BluetoothAddress = . zero ,
7575 isRandom: Bool = false ,
7676 securityLevel: SecurityLevel = . low) throws -> L2CAPSocket {
7777
@@ -87,7 +87,7 @@ public final class L2CAPSocket: L2CAPSocketProtocol {
8787 }
8888
8989 /// Creates a client socket for an L2CAP connection.
90- public static func lowEnergyClient( controllerAddress: BluetoothAddress = . any ,
90+ public static func lowEnergyClient( controllerAddress: BluetoothAddress = . zero ,
9191 destination: ( address: BluetoothAddress , type: AddressType ) ,
9292 securityLevel: SecurityLevel = . low) throws -> L2CAPSocket {
9393
You can’t perform that action at this time.
0 commit comments