Search found 4 matches
- Tue May 30, 2017 4:20 pm
- Forum: ESP-IDF
- Topic: esp_ble_gatts_add_char_descr() is failing, not sure why
- Replies: 1
- Views: 3730
Re: esp_ble_gatts_add_char_descr() is failing, not sure why
Wasn't allocating enough handles in service create.
- Thu May 18, 2017 9:17 pm
- Forum: ESP-IDF
- Topic: esp_ble_gatts_add_char_descr() is failing, not sure why
- Replies: 1
- Views: 3730
esp_ble_gatts_add_char_descr() is failing, not sure why
Hi there, When I try to use esp_ble_gatts_add_char_descr() to add a descriptor to a service, I get an ESP_GATTS_ADD_CHAR_DESCR_EVT with a status of 0x85 ("ERROR") I'm trying to perform what amounts to the same steps as the gatts_demo.c from the IDF examples, though that works ok. Can anyone comment ...
- Fri May 05, 2017 5:27 pm
- Forum: General Discussion
- Topic: Calling esp_ble_gattc_open results in a GATTS connection event?
- Replies: 0
- Views: 3185
Calling esp_ble_gattc_open results in a GATTS connection event?
I'm registering two apps, a GATTS and GATTC, which results in two different interfaces: network_bluetooth_gap_event_handler(event = 0E / LOCAL_IR, param = () network_bluetooth_gatts_event_handler(event = 00 / REG, if = 04, param = (status = 00 / OK, app_id = 0000) network_bluetooth_gattc_event_handl...
- Wed May 03, 2017 1:48 am
- Forum: General Discussion
- Topic: Better way to search the forum?
- Replies: 3
- Views: 4831
Better way to search the forum?
Wanted to come to the forum to see posts about bluetooth, since that's my current development interest. So, I searched for "BLE", and was greeted with "The following words in your search query were ignored because they are too common words: ble. You must specify at least one word to search for. Each...