Skip to content

Instantly share code, notes, and snippets.

View andrew-krv's full-sized avatar
🏠

Andrii Kryvytskyi andrew-krv

🏠
  • Lviv, Ukraine
View GitHub Profile
@andrew-krv
andrew-krv / nrf-connect-log-s10.txt
Created February 11, 2020 11:39
Minimized log of Galaxy S10 problem from NRFconnect and NRF BLE Sniffer (Wireshark)
nRF Connect, 2020-02-11
ESP_GATTS_DEMO (24:6F:28:D1:A0:A6)
V 13:01:42.888 Connecting to 24:6F:28:D1:A0:A6...
D 13:01:42.888 gatt = device.connectGatt(autoConnect = false, TRANSPORT_LE, preferred PHY = LE 1M)
D 13:01:43.085 [Callback] Connection state changed with status: 0 and new state: CONNECTED (2)
I 13:01:43.085 Connected to 24:6F:28:D1:A0:A6
D 13:01:43.103 [Broadcast] Action received: android.bluetooth.device.action.ACL_CONNECTED
V 13:01:43.118 Discovering services...
D 13:01:43.118 gatt.discoverServices()
I 13:01:43.396 Connection parameters updated (interval: 30.0ms, latency: 0, timeout: 4000ms)
@andrew-krv
andrew-krv / correct_log_sgs10.txt
Created January 29, 2020 12:14
Log Galaxy S10+ MTU = 400 - BLUEDROID IDF V4.0
nRF Connect, 2020-01-29
ESP_GATTS_DEMO (30:AE:A4:CB:E7:AA)
V 12:27:07.596 Connecting to 30:AE:A4:CB:E7:AA...
D 12:27:07.596 gatt = device.connectGatt(autoConnect = false, TRANSPORT_LE, preferred PHY = LE 1M)
D 12:27:08.053 [Callback] Connection state changed with status: 133 and new state: DISCONNECTED (0)
E 12:27:08.053 Error 133 (0x85): GATT ERROR
I 12:27:08.053 Disconnected
D 12:27:11.296 gatt.close()
D 12:27:11.301 wait(200)
@andrew-krv
andrew-krv / failed_log_sgs10.txt
Created January 29, 2020 12:12
Log Galaxy S10+ MTU = 400 - BLUEDROID IDF V3.3.1
nRF Connect, 2020-01-29
ESP_GATTS_DEMO (30:AE:A4:CB:E7:AA)
V 12:42:30.342 Connecting to 30:AE:A4:CB:E7:AA...
D 12:42:30.342 gatt = device.connectGatt(autoConnect = false, TRANSPORT_LE, preferred PHY = LE 1M)
D 12:42:30.815 [Callback] Connection state changed with status: 133 and new state: DISCONNECTED (0)
E 12:42:30.815 Error 133 (0x85): GATT ERROR
I 12:42:30.815 Disconnected
D 12:42:33.986 gatt.close()
D 12:42:33.990 wait(200)
V 12:42:34.191 Connecting to 30:AE:A4:CB:E7:AA...