Search found 2 matches

by pierrel
Wed Oct 03, 2018 4:27 pm
Forum: ESP-IDF
Topic: Write Data in Other Characteric BLE
Replies: 3
Views: 5235

Re: Write Data in Other Characteric BLE

Thanks for your response. My first try was with this line : esp_ble_gatts_send_indicate(gl_profile_tab[PROFILE_B_APP_ID].gatts_if, gl_profile_tab[PROFILE_B_APP_ID].conn_id, gl_profile_tab[PROFILE_B_APP_ID].char_handle, dataValueStr, sizeof(dataValueStr), false); I have the same Guru meditation error...
by pierrel
Thu Aug 30, 2018 7:30 pm
Forum: ESP-IDF
Topic: Write Data in Other Characteric BLE
Replies: 3
Views: 5235

Write Data in Other Characteric BLE

Hi everybody, I'm using the "gatt_server" example ( https://github.com/espressif/esp-idf/blob/master/examples/bluetooth/gatt_server/main/gatts_demo.c ) and I have some troubles to write and indicate datas in a different characteric that the one I handle. For example I have 2 services A and B, when I...