Code: Select all
esp_ble_gattc_get_characteristic()
Code: Select all
start_char_id
Code: Select all
ESP_GATTC_GET_CHAR_EVT
Code: Select all
esp_ble_gattc_get_characteristic()
Code: Select all
start_char_id
When I do this however I keep getting:
E (12025) App: get_char.status: 0x85
E (12029) BT: btc_to_bta_uuid UUID len is invalid 0
This happens for both 16 bit UUIDs and 128 bit UUIDs.
Can anyone help?