nRF Connect, 2020-12-06
WarmB (C6:E7:27:27:BB:AD)
D 18:54:51.041 gatt.close()
D 18:54:51.043 wait(200)
V 18:54:51.244 Connecting to C6:E7:27:27:BB:AD...
D 18:54:51.245 gatt = device.connectGatt(autoConnect = false, TRANSPORT_LE)
D 18:54:52.172 [Broadcast] Action received: android.bluetooth.device.action.ACL_CONNECTED
D 18:54:52.209 [Callback] Connection state changed with status: 0 and new state: CONNECTED (2)
I 18:54:52.209 Connected to C6:E7:27:27:BB:AD
V 18:54:52.249 Discovering services...
D 18:54:52.249 gatt.discoverServices()
D 18:54:52.260 [Callback] Services discovered with status: 0
I 18:54:52.260 Services discovered
V 18:54:52.328 Generic Access (0x1800)
- Device Name [R W] (0x2A00)
- Appearance [R] (0x2A01)
- Peripheral Preferred Connection Parameters [R] (0x2A04)
- Central Address Resolution [R] (0x2AA6)
Generic Attribute (0x1801)
- Service Changed [I] (0x2A05)
Client Characteristic Configuration (0x2902)
Device Firmware Update Service (00001530-1212-efde-1523-785feabcd123)
- DFU Packet [WNR] (00001532-1212-efde-1523-785feabcd123)
- DFU Control Point [N W] (00001531-1212-efde-1523-785feabcd123)
Client Characteristic Configuration (0x2902)
- DFU Version [R] (00001534-1212-efde-1523-785feabcd123)
Device Information (0x180A)
- Model Number String [R] (0x2A24)
- Serial Number String [R] (0x2A25)
- Firmware Revision String [R] (0x2A26)
- Software Revision String [R] (0x2A28)
- Manufacturer Name String [R] (0x2A29)
Nordic UART Service (6e400001-b5a3-f393-e0a9-e50e24dcca9e)
- TX Characteristic [N] (6e400003-b5a3-f393-e0a9-e50e24dcca9e)
Client Characteristic Configuration (0x2902)
Characteristic User Description (0x2901)
- RX Characteristic [W WNR] (6e400002-b5a3-f393-e0a9-e50e24dcca9e)
Characteristic User Description (0x2901)
Battery Service (0x180F)
- Battery Level [N R] (0x2A19)
Client Characteristic Configuration (0x2902)
D 18:54:52.329 gatt.setCharacteristicNotification(00002a05-0000-1000-8000-00805f9b34fb, true)
D 18:54:52.336 gatt.setCharacteristicNotification(6e400003-b5a3-f393-e0a9-e50e24dcca9e, true)
D 18:54:52.339 gatt.setCharacteristicNotification(00002a19-0000-1000-8000-00805f9b34fb, true)
D 18:54:55.553 [Callback] Connection state changed with status: 8 and new state: DISCONNECTED (0)
E 18:54:55.554 Error 8 (0x8): GATT CONN TIMEOUT
I 18:54:55.554 Disconnected
D 18:54:55.576 [Broadcast] Action received: android.bluetooth.device.action.ACL_DISCONNECTED