Advertisement
Guest User

GATTC read char

a guest
Oct 31st, 2017
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.91 KB | None | 0 0
  1. I (298) GATTC: Start
  2. D (308) BTDM_INIT: .data initialise [0x3ffae6e0] <== [0x4000d890]
  3. 0x4000d890: ?? ??:0
  4.  
  5.  
  6. D (308) BTDM_INIT: .bss initialise [0x3ffb0000] - [0x3ffb09a8]
  7.  
  8. D (318) BTDM_INIT: .bss initialise [0x3ffb09a8] - [0x3ffb1ddc]
  9.  
  10. D (328) BTDM_INIT: .bss initialise [0x3ffb1ddc] - [0x3ffb2730]
  11.  
  12. D (328) BTDM_INIT: .bss initialise [0x3ffb2730] - [0x3ffb8000]
  13.  
  14. D (338) BTDM_INIT: .bss initialise [0x3ffb8000] - [0x3ffbbb28]
  15.  
  16. D (338) BTDM_INIT: .bss initialise [0x3ffbbb28] - [0x3ffbdb28]
  17.  
  18. D (348) BTDM_INIT: .bss initialise [0x3ffbdb28] - [0x3ffc0000]
  19.  
  20. I (358) system_api: Base MAC address is not set, read default base MAC address from BLK0 of EFUSE
  21. D (528) phy_init: loading PHY init data from partition at offset 0xf000
  22. D (528) phy_init: PHY data partition validated
  23. I (538) phy: phy_version: 362.0, 61e8d92, Sep 8 2017, 18:48:11, 0, 0
  24. I (568) GATTC: REGISTER GAP CALLBACK
  25. I (568) GATTC: REGISTER GATTC CALLBACK
  26. I (568) GATTC: REGISTER THIS APPLICATION
  27. E (568) BT: btc_gattc_call_handler()
  28. W (568) GATTCallback: GATT CALLBACK: 0
  29. I (578) GATTCallback: REG_EVT
  30. I (578) GAPCallback: SCAN PARAMETERS SET; INITIATE A SCAN REQUEST
  31. I (588) GAPCallback: scan start success
  32. I (608) GAPCallback: OPEN A DIRECT CONNECTION TO DEVICE. application identity: 1 rssi: -83, bda: 3ffd6820
  33. I (618) GAPCallback: stop scan successfully
  34. W (1028) GATTCallback: GATT CALLBACK: 40
  35. I (1028) GATTCallback: ESP_GATTC_CONNECT_EVT conn_id 0, if 1, status 0
  36. W (1028) GATTCallback: GATT CALLBACK: 2
  37. I (1038) GATTCallback: ESP_GATTC_OPEN_EVT conn_id: 0 (0) gattc_if: 1 (1)
  38. E (1168) BT: l2cble_start_conn_update, the last connection update command still pending.
  39. E (1268) BT: Device already in Resolving list
  40.  
  41. I (1268) GAPCallback: remote BD_ADDR: 6789c2b071c6
  42. I (1268) GAPCallback: address type = 0
  43. I (1278) GAPCallback: pair status = success
  44. I (1358) GAPCallback: update connection params status = 0, min_int = 6, max_int = 6,conn_int = 6,latency = 0, timeout = 2000
  45. I (1408) GAPCallback: update connection params status = 0, min_int = 12, max_int = 12,conn_int = 12,latency = 0, timeout = 600
  46. W (2118) GATTCallback: GATT CALLBACK: 18
  47. I (2118) GATTCallback: ESP_GATTC_CFG_MTU_EVT status 0 mtu 200, conn_id 0
  48. W (2118) GATTCallback: GATT CALLBACK: 7
  49. I (2128) GATTCallback: SEARCH_RES_EVT ff, conn_id: 0
  50. W (2128) GATTCallback: GATT CALLBACK: 6
  51. I (2138) GATTCallback: SEARCH_CMPL_EVT
  52. W (12238) GATTCallback: GATT CALLBACK: 3
  53. E (12238) GATTCallback: read_char called with status 0x1
  54. W (22258) GATTCallback: GATT CALLBACK: 3
  55. E (22258) GATTCallback: read_char called with status 0x1
  56. E (30328) BT: bta_gattc_conn_cback() - cif=1 connected=0 conn_id=1 reason=0x0013
  57. W (32258) GATTCallback: GATT CALLBACK: 41
  58. I (32258) GATTCallback: ESP_GATTC_DISCONNECT_EVT, status = 0
  59. W (32258) GATTC: Unregister -> esp_ble_gattc_app_unregister: 0
  60. W (32258) GATTCallback: GATT CALLBACK: 5
  61. E (32268) BT: bta_gattc_deregister Deregister Failedm unknown client cif
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement