Andrew Owen

Results 1 comments of Andrew Owen

late response, but I noticed you're using `ClientBleGatt.Companion.connect()` but I'm pretty positive you should just be calling `ClientBleGatt.connect(context, device.address, scope)` instead. Hope this helps!