We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
AndroidCentral.connect()
1 parent 2e1b519 commit 31ead5cCopy full SHA for 31ead5c
Sources/AndroidBluetooth/AndroidCentral.swift
@@ -158,7 +158,7 @@ public final class AndroidCentral: CentralManager {
158
await storage.update { [unowned self] state in
159
160
// store continuation
161
- let callback = GattCallback() //GattCallback(self)
+ let callback = GattCallback(self)
162
let gatt: BluetoothGatt
163
164
// call the correct method for connecting
0 commit comments