Hello,
I was able to catch this data with another App i downloaded. I dont know if the temperature shows in this log but i think i see battery level.
can i accomplish this with App inventor and its BLE extension ?
nRF Connect, 2018-06-04
TAIDOC TD1261 (C0:26:DF:00:BC:F7)
V 18:08:54.295 Connecting to C0:26:DF:00:BC:F7...
D 18:08:54.295 gatt = device.connectGatt(autoConnect = false, TRANSPORT_LE) (hidden)
D 18:08:59.413 [Callback] Connection state changed with status: 133 and new state: DISCONNECTED (0)
E 18:08:59.414 Error 133 (0x85): GATT ERROR
I 18:08:59.414 Disconnected
D 18:09:47.394 gatt.close()
D 18:09:47.421 wait(200)
V 18:09:47.638 Connecting to C0:26:DF:00:BC:F7...
D 18:09:47.638 gatt = device.connectGatt(autoConnect = false, TRANSPORT_LE) (hidden)
D 18:09:48.130 [Callback] Connection state changed with status: 0 and new state: CONNECTED (2)
I 18:09:48.130 Connected to C0:26:DF:00:BC:F7
D 18:09:48.134 wait(1600ms)
D 18:09:48.171 [Broadcast] Action received: android.bluetooth.device.action.ACL_CONNECTED
V 18:09:49.744 Discovering services...
D 18:09:49.744 gatt.discoverServices()
D 18:09:49.776 [Callback] Services discovered with status: 0
I 18:09:49.776 Services discovered
V 18:09:49.824 Generic Access (0x1800)
- Device Name [R W] (0x2A00)
- Appearance [R] (0x2A01)
- Peripheral Preferred Connection Parameters [R] (0x2A04)
Generic Attribute (0x1801)
- Service Changed [I] (0x2A05)
Client Characteristic Configuration (0x2902)
Health Thermometer (0x1809)
- Temperature Measurement [I] (0x2A1C)
Client Characteristic Configuration (0x2902)
Battery Service (0x180F)
- Battery Level [N R] (0x2A19)
Client Characteristic Configuration (0x2902)
Device Information (0x180A)
- Model Number String [R] (0x2A24)
- Firmware Revision String [R] (0x2A26)
Nordic LED Button Service (00001523-1212-efde-1523-785feabcd123)
- Button [I N W] (00001524-1212-efde-1523-785feabcd123)
Client Characteristic Configuration (0x2902)
D 18:09:49.824 gatt.setCharacteristicNotification(00002a05-0000-1000-8000-00805f9b34fb, true)
D 18:09:49.827 gatt.setCharacteristicNotification(00002a1c-0000-1000-8000-00805f9b34fb, true)
D 18:09:49.830 gatt.setCharacteristicNotification(00002a19-0000-1000-8000-00805f9b34fb, true)
D 18:09:49.832 gatt.setCharacteristicNotification(00001524-1212-efde-1523-785feabcd123, true)
V 18:11:08.971 Reading all characteristics...
V 18:11:08.971 Reading characteristic 00002a00-0000-1000-8000-00805f9b34fb
D 18:11:08.971 gatt.readCharacteristic(00002a00-0000-1000-8000-00805f9b34fb)
I 18:11:09.155 Read Response received from 00002a00-0000-1000-8000-00805f9b34fb, value: (0x) 54-41-49-44-4F-43-20-54-44-31-32-36-31-00-00-00-00-00-00-00
A 18:11:09.155 "TAIDOC TD1261" received
V 18:11:09.155 Reading characteristic 00002a01-0000-1000-8000-00805f9b34fb
D 18:11:09.155 gatt.readCharacteristic(00002a01-0000-1000-8000-00805f9b34fb)
V 18:11:09.353 Reading characteristic 00002a04-0000-1000-8000-00805f9b34fb
D 18:11:09.353 gatt.readCharacteristic(00002a04-0000-1000-8000-00805f9b34fb)
I 18:11:09.357 Read Response received from 00002a01-0000-1000-8000-00805f9b34fb, value: (0x) 00-03
A 18:11:09.357 "[768] Generic Thermometer (Generic category)" received
V 18:11:09.555 Reading characteristic 00002a19-0000-1000-8000-00805f9b34fb
D 18:11:09.555 gatt.readCharacteristic(00002a19-0000-1000-8000-00805f9b34fb)
I 18:11:09.555 Read Response received from 00002a04-0000-1000-8000-00805f9b34fb, value: (0x) 28-00-50-00-00-00-90-01
A 18:11:09.555 "Connection Interval: 50.00ms - 100.00ms,
Slave Latency: 0,
Supervision Timeout Multiplier: 400" received
V 18:11:09.752 Reading characteristic 00002a24-0000-1000-8000-00805f9b34fb
D 18:11:09.752 gatt.readCharacteristic(00002a24-0000-1000-8000-00805f9b34fb)
I 18:11:09.753 Read Response received from 00002a19-0000-1000-8000-00805f9b34fb, value: (0x) 5C, "\"
A 18:11:09.753 "92%" received
V 18:11:09.952 Reading characteristic 00002a26-0000-1000-8000-00805f9b34fb
D 18:11:09.952 gatt.readCharacteristic(00002a26-0000-1000-8000-00805f9b34fb)
I 18:11:09.952 Read Response received from 00002a24-0000-1000-8000-00805f9b34fb, value: (0x) 31-32-36-31, "1261"
A 18:11:09.952 "1261" received
I 18:11:10.152 Read Response received from 00002a26-0000-1000-8000-00805f9b34fb, value: (0x) 56-32-2E-31-2E-31, "V2.1.1"
V 18:11:10.152 6 characteristics read
A 18:11:10.152 "V2.1.1" received
D 18:12:49.829 [Broadcast] Action received: android.bluetooth.device.action.ACL_DISCONNECTED
E 18:12:49.844 Error 8 (0x8): GATT CONN TIMEOUT
I 18:12:49.844 Disconnected
D 19:18:57.257 gatt.close()
D 19:18:57.279 wait(200)
V 19:18:57.483 Connecting to C0:26:DF:00:BC:F7...
D 19:18:57.485 gatt = device.connectGatt(autoConnect = false, TRANSPORT_LE) (hidden)
D 19:19:02.312 [Callback] Connection state changed with status: 133 and new state: DISCONNECTED (0)
E 19:19:02.312 Error 133 (0x85): GATT ERROR
I 19:19:02.312 Disconnected
D 19:19:55.447 gatt.close()
D 19:19:55.490 wait(200)
V 19:19:55.697 Connecting to C0:26:DF:00:BC:F7...
D 19:19:55.702 gatt = device.connectGatt(autoConnect = false, TRANSPORT_LE) (hidden)
D 19:20:00.485 [Callback] Connection state changed with status: 133 and new state: DISCONNECTED (0)
E 19:20:00.485 Error 133 (0x85): GATT ERROR
I 19:20:00.485 Disconnected
D 19:20:10.368 gatt.close()
D 19:20:10.376 wait(200)
V 19:20:10.594 Connecting to C0:26:DF:00:BC:F7...
D 19:20:10.594 gatt = device.connectGatt(autoConnect = false, TRANSPORT_LE) (hidden)
D 19:20:10.852 [Callback] Connection state changed with status: 0 and new state: CONNECTED (2)
I 19:20:10.852 Connected to C0:26:DF:00:BC:F7
D 19:20:10.854 wait(1600ms)
D 19:20:10.872 [Broadcast] Action received: android.bluetooth.device.action.ACL_CONNECTED
V 19:20:12.469 Discovering services...
D 19:20:12.469 gatt.discoverServices()
D 19:20:12.496 [Callback] Services discovered with status: 0
I 19:20:12.496 Services discovered
V 19:20:12.520 Generic Access (0x1800)
- Device Name [R W] (0x2A00)
- Appearance [R] (0x2A01)
- Peripheral Preferred Connection Parameters [R] (0x2A04)
Generic Attribute (0x1801)
- Service Changed [I] (0x2A05)
Client Characteristic Configuration (0x2902)
Health Thermometer (0x1809)
- Temperature Measurement [I] (0x2A1C)
Client Characteristic Configuration (0x2902)
Battery Service (0x180F)
- Battery Level [N R] (0x2A19)
Client Characteristic Configuration (0x2902)
Device Information (0x180A)
- Model Number String [R] (0x2A24)
- Firmware Revision String [R] (0x2A26)
Nordic LED Button Service (00001523-1212-efde-1523-785feabcd123)
- Button [I N W] (00001524-1212-efde-1523-785feabcd123)
Client Characteristic Configuration (0x2902)
D 19:20:12.520 gatt.setCharacteristicNotification(00002a05-0000-1000-8000-00805f9b34fb, true)
D 19:20:12.523 gatt.setCharacteristicNotification(00002a1c-0000-1000-8000-00805f9b34fb, true)
D 19:20:12.525 gatt.setCharacteristicNotification(00002a19-0000-1000-8000-00805f9b34fb, true)
D 19:20:12.527 gatt.setCharacteristicNotification(00001524-1212-efde-1523-785feabcd123, true)
D 19:20:16.173 wait(400)
V 19:20:16.573 Reading characteristic 00002a00-0000-1000-8000-00805f9b34fb
D 19:20:16.574 gatt.readCharacteristic(00002a00-0000-1000-8000-00805f9b34fb)
V 19:20:16.776 Reading characteristic 00002a00-0000-1000-8000-00805f9b34fb
D 19:20:16.777 gatt.readCharacteristic(00002a00-0000-1000-8000-00805f9b34fb)
I 19:20:16.777 Read Response received from 00002a00-0000-1000-8000-00805f9b34fb, value: (0x) 54-41-49-44-4F-43-20-54-44-31-32-36-31-00-00-00-00-00-00-00
A 19:20:16.777 "TAIDOC TD1261" received
I 19:20:16.976 Read Response received from 00002a00-0000-1000-8000-00805f9b34fb, value: (0x) 54-41-49-44-4F-43-20-54-44-31-32-36-31-00-00-00-00-00-00-00
A 19:20:16.976 "TAIDOC TD1261" received
D 19:20:16.976 wait(3000)
V 19:20:19.977 Reading remote RSSI...
D 19:20:19.977 gatt.readRemoteRssi()
I 19:20:20.019 Remote RSSI received: -55 dBm
D 19:20:52.261 wait(400)
D 19:20:52.664 wait(1200)
D 19:20:53.866 wait(1500)
D 19:20:55.367 wait(1300)
D 19:20:56.669 wait(1800)
D 19:20:58.470 wait(400)
D 19:20:58.871 wait(800)
D 19:20:59.671 wait(900)
D 19:21:25.455 wait(400)
V 19:21:25.856 Reading characteristic 00002a00-0000-1000-8000-00805f9b34fb
D 19:21:25.856 gatt.readCharacteristic(00002a00-0000-1000-8000-00805f9b34fb)
I 19:21:25.977 Read Response received from 00002a00-0000-1000-8000-00805f9b34fb, value: (0x) 54-41-49-44-4F-43-20-54-44-31-32-36-31-00-00-00-00-00-00-00
A 19:21:25.977 "TAIDOC TD1261" received
V 19:21:25.979 Reading characteristic 00002a00-0000-1000-8000-00805f9b34fb
D 19:21:25.979 gatt.readCharacteristic(00002a00-0000-1000-8000-00805f9b34fb)
I 19:21:26.178 Read Response received from 00002a00-0000-1000-8000-00805f9b34fb, value: (0x) 54-41-49-44-4F-43-20-54-44-31-32-36-31-00-00-00-00-00-00-00
A 19:21:26.178 "TAIDOC TD1261" received
D 19:21:26.178 wait(3000)
V 19:21:29.178 Reading remote RSSI...
D 19:21:29.179 gatt.readRemoteRssi()
I 19:21:29.193 Remote RSSI received: -68 dBm
V 19:22:18.300 Reading descriptor 00002902-0000-1000-8000-00805f9b34fb
D 19:22:18.300 gatt.readDescriptor(00002902-0000-1000-8000-00805f9b34fb)
I 19:22:18.501 Read Response received from descr. 00002902-0000-1000-8000-00805f9b34fb, value: (0x) 00-00
A 19:22:18.501 "Notifications and indications disabled" received
V 19:22:22.092 Reading descriptor 00002902-0000-1000-8000-00805f9b34fb
D 19:22:22.092 gatt.readDescriptor(00002902-0000-1000-8000-00805f9b34fb)
I 19:22:22.275 Read Response received from descr. 00002902-0000-1000-8000-00805f9b34fb, value: (0x) 00-00
A 19:22:22.276 "Notifications and indications disabled" received
V 19:22:30.097 Reading descriptor 00002902-0000-1000-8000-00805f9b34fb
D 19:22:30.098 gatt.readDescriptor(00002902-0000-1000-8000-00805f9b34fb)
I 19:22:30.275 Read Response received from descr. 00002902-0000-1000-8000-00805f9b34fb, value: (0x) 00-00
A 19:22:30.275 "Notifications and indications disabled" received
V 19:22:42.261 Reading characteristic 00002a01-0000-1000-8000-00805f9b34fb
D 19:22:42.261 gatt.readCharacteristic(00002a01-0000-1000-8000-00805f9b34fb)
I 19:22:42.375 Read Response received from 00002a01-0000-1000-8000-00805f9b34fb, value: (0x) 00-03
A 19:22:42.375 "[768] Generic Thermometer (Generic category)" received
V 19:22:45.510 Reading characteristic 00002a04-0000-1000-8000-00805f9b34fb
D 19:22:45.510 gatt.readCharacteristic(00002a04-0000-1000-8000-00805f9b34fb)
I 19:22:45.676 Read Response received from 00002a04-0000-1000-8000-00805f9b34fb, value: (0x) 28-00-50-00-00-00-90-01
A 19:22:45.676 "Connection Interval: 50.00ms - 100.00ms,
Slave Latency: 0,
Supervision Timeout Multiplier: 400" received
V 19:22:55.581 Reading characteristic 00002a01-0000-1000-8000-00805f9b34fb
D 19:22:55.581 gatt.readCharacteristic(00002a01-0000-1000-8000-00805f9b34fb)
I 19:22:55.775 Read Response received from 00002a01-0000-1000-8000-00805f9b34fb, value: (0x) 00-03
A 19:22:55.775 "[768] Generic Thermometer (Generic category)" received
V 19:22:57.121 Reading characteristic 00002a00-0000-1000-8000-00805f9b34fb
D 19:22:57.121 gatt.readCharacteristic(00002a00-0000-1000-8000-00805f9b34fb)
I 19:22:57.275 Read Response received from 00002a00-0000-1000-8000-00805f9b34fb, value: (0x) 54-41-49-44-4F-43-20-54-44-31-32-36-31-00-00-00-00-00-00-00
A 19:22:57.275 "TAIDOC TD1261" received
D 19:23:12.582 [Callback] Connection state changed with status: 8 and new state: DISCONNECTED (0)
E 19:23:12.582 Error 8 (0x8): GATT CONN TIMEOUT
I 19:23:12.582 Disconnected
D 19:23:12.708 [Broadcast] Action received: android.bluetooth.device.action.ACL_DISCONNECTED
D 20:47:37.760 gatt.close()
D 20:47:37.791 wait(200)
V 20:47:38.008 Connecting to C0:26:DF:00:BC:F7...
D 20:47:38.011 gatt = device.connectGatt(autoConnect = false, TRANSPORT_LE) (hidden)
D 20:47:38.787 [Callback] Connection state changed with status: 0 and new state: CONNECTED (2)
I 20:47:38.787 Connected to C0:26:DF:00:BC:F7
D 20:47:38.801 [Broadcast] Action received: android.bluetooth.device.action.ACL_CONNECTED
D 20:47:38.810 wait(1600ms)
V 20:47:40.425 Discovering services...
D 20:47:40.425 gatt.discoverServices()
D 20:47:40.433 [Callback] Services discovered with status: 0
I 20:47:40.433 Services discovered
V 20:47:40.470 Generic Access (0x1800)
- Device Name [R W] (0x2A00)
- Appearance [R] (0x2A01)
- Peripheral Preferred Connection Parameters [R] (0x2A04)
Generic Attribute (0x1801)
- Service Changed [I] (0x2A05)
Client Characteristic Configuration (0x2902)
Health Thermometer (0x1809)
- Temperature Measurement [I] (0x2A1C)
Client Characteristic Configuration (0x2902)
Battery Service (0x180F)
- Battery Level [N R] (0x2A19)
Client Characteristic Configuration (0x2902)
Device Information (0x180A)
- Model Number String [R] (0x2A24)
- Firmware Revision String [R] (0x2A26)
Nordic LED Button Service (00001523-1212-efde-1523-785feabcd123)
- Button [I N W] (00001524-1212-efde-1523-785feabcd123)
Client Characteristic Configuration (0x2902)
D 20:47:40.470 gatt.setCharacteristicNotification(00002a05-0000-1000-8000-00805f9b34fb, true)
D 20:47:40.472 gatt.setCharacteristicNotification(00002a1c-0000-1000-8000-00805f9b34fb, true)
D 20:47:40.476 gatt.setCharacteristicNotification(00002a19-0000-1000-8000-00805f9b34fb, true)
D 20:47:40.478 gatt.setCharacteristicNotification(00001524-1212-efde-1523-785feabcd123, true)
D 20:48:29.277 [Callback] Connection state changed with status: 8 and new state: DISCONNECTED (0)
E 20:48:29.294 Error 8 (0x8): GATT CONN TIMEOUT
I 20:48:29.294 Disconnected
D 20:48:29.470 [Broadcast] Action received: android.bluetooth.device.action.ACL_DISCONNECTED
D 20:49:13.357 gatt.close()
D 20:49:13.369 wait(200)
V 20:49:13.581 Connecting to C0:26:DF:00:BC:F7...
D 20:49:13.581 gatt = device.connectGatt(autoConnect = false, TRANSPORT_LE) (hidden)
D 20:49:14.511 [Callback] Connection state changed with status: 0 and new state: CONNECTED (2)
I 20:49:14.511 Connected to C0:26:DF:00:BC:F7
D 20:49:14.527 wait(1600ms)
D 20:49:14.537 [Broadcast] Action received: android.bluetooth.device.action.ACL_CONNECTED
V 20:49:16.133 Discovering services...
D 20:49:16.133 gatt.discoverServices()
D 20:49:16.146 [Callback] Services discovered with status: 0
I 20:49:16.146 Services discovered
V 20:49:16.190 Generic Access (0x1800)
- Device Name [R W] (0x2A00)
- Appearance [R] (0x2A01)
- Peripheral Preferred Connection Parameters [R] (0x2A04)
Generic Attribute (0x1801)
- Service Changed [I] (0x2A05)
Client Characteristic Configuration (0x2902)
Health Thermometer (0x1809)
- Temperature Measurement [I] (0x2A1C)
Client Characteristic Configuration (0x2902)
Battery Service (0x180F)
- Battery Level [N R] (0x2A19)
Client Characteristic Configuration (0x2902)
Device Information (0x180A)
- Model Number String [R] (0x2A24)
- Firmware Revision String [R] (0x2A26)
Nordic LED Button Service (00001523-1212-efde-1523-785feabcd123)
- Button [I N W] (00001524-1212-efde-1523-785feabcd123)
Client Characteristic Configuration (0x2902)
D 20:49:16.190 gatt.setCharacteristicNotification(00002a05-0000-1000-8000-00805f9b34fb, true)
D 20:49:16.193 gatt.setCharacteristicNotification(00002a1c-0000-1000-8000-00805f9b34fb, true)
D 20:49:16.196 gatt.setCharacteristicNotification(00002a19-0000-1000-8000-00805f9b34fb, true)
D 20:49:16.199 gatt.setCharacteristicNotification(00001524-1212-efde-1523-785feabcd123, true)
V 20:49:37.580 Reading remote RSSI...
D 20:49:37.581 gatt.readRemoteRssi()
I 20:49:37.595 Remote RSSI received: -63 dBm
V 20:49:50.155 Requesting new MTU...
D 20:49:50.155 gatt.requestMtu(517)
W 20:49:50.365 Requested MTU not supported. MTU changed to: 23
V 20:50:07.665 Requesting new MTU...
D 20:50:07.665 gatt.requestMtu(517)
W 20:50:07.864 Requested MTU not supported. MTU changed to: 23
V 20:50:31.329 Reading remote RSSI...
D 20:50:31.329 gatt.readRemoteRssi()
I 20:50:31.346 Remote RSSI received: -66 dBm
V 20:51:26.865 Reading all characteristics...
V 20:51:26.865 Reading characteristic 00002a00-0000-1000-8000-00805f9b34fb
D 20:51:26.865 gatt.readCharacteristic(00002a00-0000-1000-8000-00805f9b34fb)
I 20:51:27.066 Read Response received from 00002a00-0000-1000-8000-00805f9b34fb, value: (0x) 54-41-49-44-4F-43-20-54-44-31-32-36-31-00-00-00-00-00-00-00
A 20:51:27.066 "TAIDOC TD1261" received
D 20:51:27.066 gatt.readCharacteristic(00002a01-0000-1000-8000-00805f9b34fb)
I 20:51:27.263 Read Response received from 00002a01-0000-1000-8000-00805f9b34fb, value: (0x) 00-03
A 20:51:27.263 "[768] Generic Thermometer (Generic category)" received
V 20:51:27.264 Reading characteristic 00002a04-0000-1000-8000-00805f9b34fb
D 20:51:27.264 gatt.readCharacteristic(00002a04-0000-1000-8000-00805f9b34fb)
V 20:51:27.465 Reading characteristic 00002a19-0000-1000-8000-00805f9b34fb
D 20:51:27.465 gatt.readCharacteristic(00002a19-0000-1000-8000-00805f9b34fb)
I 20:51:27.465 Read Response received from 00002a04-0000-1000-8000-00805f9b34fb, value: (0x) 28-00-50-00-00-00-90-01
A 20:51:27.465 "Connection Interval: 50.00ms - 100.00ms,
Slave Latency: 0,
Supervision Timeout Multiplier: 400" received
I 20:51:27.764 Read Response received from 00002a19-0000-1000-8000-00805f9b34fb, value: (0x) 57, "W"
A 20:51:27.764 "87%" received
V 20:51:27.764 Reading characteristic 00002a24-0000-1000-8000-00805f9b34fb
D 20:51:27.764 gatt.readCharacteristic(00002a24-0000-1000-8000-00805f9b34fb)
I 20:51:27.964 Read Response received from 00002a24-0000-1000-8000-00805f9b34fb, value: (0x) 31-32-36-31, "1261"
A 20:51:27.964 "1261" received
V 20:51:27.965 Reading characteristic 00002a26-0000-1000-8000-00805f9b34fb
D 20:51:27.965 gatt.readCharacteristic(00002a26-0000-1000-8000-00805f9b34fb)
I 20:51:28.165 Read Response received from 00002a26-0000-1000-8000-00805f9b34fb, value: (0x) 56-32-2E-31-2E-31, "V2.1.1"
A 20:51:28.165 "V2.1.1" received
V 20:51:28.166 6 characteristics read
V 20:51:33.291 Enabling services...
V 20:51:33.291 Enabling indications for 00002a05-0000-1000-8000-00805f9b34fb
D 20:51:33.291 gatt.writeDescriptor(00002902-0000-1000-8000-00805f9b34fb, value=0x0200)
I 20:51:33.463 Data written to descr. 00002902-0000-1000-8000-00805f9b34fb, value: (0x) 02-00
A 20:51:33.463 "Indications enabled" sent
V 20:51:33.472 Indications enabled for 00002a05-0000-1000-8000-00805f9b34fb
V 20:51:33.473 Enabling indications for 00002a1c-0000-1000-8000-00805f9b34fb
D 20:51:33.473 gatt.writeDescriptor(00002902-0000-1000-8000-00805f9b34fb, value=0x0200)
I 20:51:33.664 Data written to descr. 00002902-0000-1000-8000-00805f9b34fb, value: (0x) 02-00
A 20:51:33.664 "Indications enabled" sent
V 20:51:33.677 Indications enabled for 00002a1c-0000-1000-8000-00805f9b34fb
V 20:51:33.678 Enabling notifications for 00002a19-0000-1000-8000-00805f9b34fb
D 20:51:33.678 gatt.writeDescriptor(00002902-0000-1000-8000-00805f9b34fb, value=0x0100)
I 20:51:33.968 Indication received from 00002a1c-0000-1000-8000-00805f9b34fb, value: (0x) 06-1A-0E-00-FE-E2-07-06-04-14-30-00-02
A 20:51:33.968 "36.10°C
Time: 4 Jun 2018, 20:48:00
Type: Body (general)" received
I 20:51:33.972 Data written to descr. 00002902-0000-1000-8000-00805f9b34fb, value: (0x) 01-00
A 20:51:33.972 "Notifications enabled" sent
V 20:51:33.997 Notifications enabled for 00002a19-0000-1000-8000-00805f9b34fb
V 20:51:33.998 Enabling notifications for 00001524-1212-efde-1523-785feabcd123
D 20:51:33.998 gatt.writeDescriptor(00002902-0000-1000-8000-00805f9b34fb, value=0x0100)
I 20:51:34.164 Data written to descr. 00002902-0000-1000-8000-00805f9b34fb, value: (0x) 01-00
A 20:51:34.164 "Notifications enabled" sent
V 20:51:34.179 Notifications enabled for 00001524-1212-efde-1523-785feabcd123
V 20:51:34.179 All services enabled
I 20:51:34.186 Indication received from 00001524-1212-efde-1523-785feabcd123, value: (0x) 01-00
A 20:51:34.186 "Invalid value: (0x) 01-00" received
I 20:51:34.364 Notification received from 00002a19-0000-1000-8000-00805f9b34fb, value: (0x) 56, "V"
A 20:51:34.364 "86%" received
V 20:51:36.551 Reading remote RSSI...
D 20:51:36.551 gatt.readRemoteRssi()
I 20:51:36.556 Remote RSSI received: -67 dBm
V 20:51:39.890 Reading all characteristics...
V 20:51:39.890 Reading characteristic 00002a00-0000-1000-8000-00805f9b34fb
D 20:51:39.890 gatt.readCharacteristic(00002a00-0000-1000-8000-00805f9b34fb)
V 20:51:40.065 Reading characteristic 00002a01-0000-1000-8000-00805f9b34fb
I 20:51:40.065 Read Response received from 00002a00-0000-1000-8000-00805f9b34fb, value: (0x) 54-41-49-44-4F-43-20-54-44-31-32-36-31-00-00-00-00-00-00-00
D 20:51:40.065 gatt.readCharacteristic(00002a01-0000-1000-8000-00805f9b34fb)
A 20:51:40.065 "TAIDOC TD1261" received
I 20:51:40.264 Read Response received from 00002a01-0000-1000-8000-00805f9b34fb, value: (0x) 00-03
A 20:51:40.264 "[768] Generic Thermometer (Generic category)" received
V 20:51:40.264 Reading characteristic 00002a04-0000-1000-8000-00805f9b34fb
D 20:51:40.264 gatt.readCharacteristic(00002a04-0000-1000-8000-00805f9b34fb)
V 20:51:40.464 Reading characteristic 00002a19-0000-1000-8000-00805f9b34fb
D 20:51:40.464 gatt.readCharacteristic(00002a19-0000-1000-8000-00805f9b34fb)
I 20:51:40.464 Read Response received from 00002a04-0000-1000-8000-00805f9b34fb, value: (0x) 28-00-50-00-00-00-90-01
A 20:51:40.464 "Connection Interval: 50.00ms - 100.00ms,
Slave Latency: 0,
Supervision Timeout Multiplier: 400" received
I 20:51:40.664 Read Response received from 00002a19-0000-1000-8000-00805f9b34fb, value: (0x) 56, "V"
A 20:51:40.664 "86%" received
V 20:51:40.664 Reading characteristic 00002a24-0000-1000-8000-00805f9b34fb
D 20:51:40.664 gatt.readCharacteristic(00002a24-0000-1000-8000-00805f9b34fb)
V 20:51:40.865 Reading characteristic 00002a26-0000-1000-8000-00805f9b34fb
I 20:51:40.865 Read Response received from 00002a24-0000-1000-8000-00805f9b34fb, value: (0x) 31-32-36-31, "1261"
D 20:51:40.865 gatt.readCharacteristic(00002a26-0000-1000-8000-00805f9b34fb)
A 20:51:40.865 "1261" received
I 20:51:41.064 Read Response received from 00002a26-0000-1000-8000-00805f9b34fb, value: (0x) 56-32-2E-31-2E-31, "V2.1.1"
A 20:51:41.064 "V2.1.1" received
V 20:51:41.064 6 characteristics read
I 20:51:44.366 Notification received from 00002a19-0000-1000-8000-00805f9b34fb, value: (0x) 55, "U"
A 20:51:44.367 "85%" received
V 20:51:52.097 Requesting new MTU...
D 20:51:52.097 gatt.requestMtu(23)
I 20:51:52.263 MTU changed to: 23
I 20:51:54.368 Notification received from 00002a19-0000-1000-8000-00805f9b34fb, value: (0x) 54, "T"
A 20:51:54.368 "84%" received
I 20:52:04.368 Notification received from 00002a19-0000-1000-8000-00805f9b34fb, value: (0x) 53, "S"
A 20:52:04.368 "83%" received
I 20:52:14.385 Notification received from 00002a19-0000-1000-8000-00805f9b34fb, value: (0x) 52, "R"
A 20:52:14.385 "82%" received
I 20:52:24.376 Notification received from 00002a19-0000-1000-8000-00805f9b34fb, value: (0x) 51, "Q"
A 20:52:24.376 "81%" received
I 20:52:34.374 Notification received from 00002a19-0000-1000-8000-00805f9b34fb, value: (0x) 52, "R"
A 20:52:34.374 "82%" received
I 20:52:44.472 Notification received from 00002a19-0000-1000-8000-00805f9b34fb, value: (0x) 53, "S"
A 20:52:44.472 "83%" received
I 20:52:54.366 Notification received from 00002a19-0000-1000-8000-00805f9b34fb, value: (0x) 54, "T"
A 20:52:54.366 "84%" received
I 20:53:04.373 Notification received from 00002a19-0000-1000-8000-00805f9b34fb, value: (0x) 55, "U"
A 20:53:04.374 "85%" received
I 20:53:14.377 Notification received from 00002a19-0000-1000-8000-00805f9b34fb, value: (0x) 56, "V"
A 20:53:14.377 "86%" received
I 20:53:24.372 Notification received from 00002a19-0000-1000-8000-00805f9b34fb, value: (0x) 57, "W"
A 20:53:24.372 "87%" received
I 20:53:34.369 Notification received from 00002a19-0000-1000-8000-00805f9b34fb, value: (0x) 58, "X"
A 20:53:34.369 "88%" received
I 20:53:44.377 Notification received from 00002a19-0000-1000-8000-00805f9b34fb, value: (0x) 59, "Y"
A 20:53:44.377 "89%" received
I 20:53:54.371 Notification received from 00002a19-0000-1000-8000-00805f9b34fb, value: (0x) 5A, "Z"
A 20:53:54.371 "90%" received
I 20:54:04.374 Notification received from 00002a19-0000-1000-8000-00805f9b34fb, value: (0x) 5B, "["
A 20:54:04.374 "91%" received
V 20:54:12.692 Reading all characteristics...
V 20:54:12.692 Reading characteristic 00002a00-0000-1000-8000-00805f9b34fb
D 20:54:12.693 gatt.readCharacteristic(00002a00-0000-1000-8000-00805f9b34fb)
V 20:54:12.864 Reading characteristic 00002a01-0000-1000-8000-00805f9b34fb
D 20:54:12.864 gatt.readCharacteristic(00002a01-0000-1000-8000-00805f9b34fb)
I 20:54:12.865 Read Response received from 00002a00-0000-1000-8000-00805f9b34fb, value: (0x) 54-41-49-44-4F-43-20-54-44-31-32-36-31-00-00-00-00-00-00-00
A 20:54:12.865 "TAIDOC TD1261" received
I 20:54:13.063 Read Response received from 00002a01-0000-1000-8000-00805f9b34fb, value: (0x) 00-03
A 20:54:13.063 "[768] Generic Thermometer (Generic category)" received
V 20:54:13.063 Reading characteristic 00002a04-0000-1000-8000-00805f9b34fb
D 20:54:13.063 gatt.readCharacteristic(00002a04-0000-1000-8000-00805f9b34fb)
V 20:54:13.264 Reading characteristic 00002a19-0000-1000-8000-00805f9b34fb
D 20:54:13.264 gatt.readCharacteristic(00002a19-0000-1000-8000-00805f9b34fb)
I 20:54:13.264 Read Response received from 00002a04-0000-1000-8000-00805f9b34fb, value: (0x) 28-00-50-00-00-00-90-01
A 20:54:13.264 "Connection Interval: 50.00ms - 100.00ms,
Slave Latency: 0,
Supervision Timeout Multiplier: 400" received
I 20:54:13.464 Read Response received from 00002a19-0000-1000-8000-00805f9b34fb, value: (0x) 5B, "["
V 20:54:13.464 Reading characteristic 00002a24-0000-1000-8000-00805f9b34fb
A 20:54:13.464 "91%" received
D 20:54:13.464 gatt.readCharacteristic(00002a24-0000-1000-8000-00805f9b34fb)
V 20:54:13.664 Reading characteristic 00002a26-0000-1000-8000-00805f9b34fb
I 20:54:13.665 Read Response received from 00002a24-0000-1000-8000-00805f9b34fb, value: (0x) 31-32-36-31, "1261"
D 20:54:13.665 gatt.readCharacteristic(00002a26-0000-1000-8000-00805f9b34fb)
A 20:54:13.665 "1261" received
I 20:54:13.966 Read Response received from 00002a26-0000-1000-8000-00805f9b34fb, value: (0x) 56-32-2E-31-2E-31, "V2.1.1"
A 20:54:13.966 "V2.1.1" received
V 20:54:13.967 6 characteristics read
I 20:54:14.363 Notification received from 00002a19-0000-1000-8000-00805f9b34fb, value: (0x) 5C, "\"
A 20:54:14.363 "92%" received
I 20:54:24.367 Notification received from 00002a19-0000-1000-8000-00805f9b34fb, value: (0x) 5D, "]"
A 20:54:24.367 "93%" received
I 20:54:34.370 Notification received from 00002a19-0000-1000-8000-00805f9b34fb, value: (0x) 5E, "^"
A 20:54:34.370 "94%" received
D 20:54:38.479 [Callback] Connection state changed with status: 8 and new state: DISCONNECTED (0)
E 20:54:38.479 Error 8 (0x8): GATT CONN TIMEOUT
I 20:54:38.479 Disconnected
D 20:54:38.638 [Broadcast] Action received: android.bluetooth.device.action.ACL_DISCONNECTED
Carlos E. Bieberach
Sent from my Android Note 3