Skip to content

Commit 31ead5c

Browse files
committed
Fixed AndroidCentral.connect()
1 parent 2e1b519 commit 31ead5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/AndroidBluetooth/AndroidCentral.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ public final class AndroidCentral: CentralManager {
158158
await storage.update { [unowned self] state in
159159

160160
// store continuation
161-
let callback = GattCallback() //GattCallback(self)
161+
let callback = GattCallback(self)
162162
let gatt: BluetoothGatt
163163

164164
// call the correct method for connecting

0 commit comments

Comments
 (0)