Hi all,
When write CCC from Android (enabling Notification or Indication) I do not receive event ESP_GATTS_WRITE_EVT from Bluedroid stack ...
Maybe I need enable such possibility via menuconfig ?
[SOLVED] Do not receive ESP_GATTS_WRITE_EVT on write CCC
[SOLVED] Do not receive ESP_GATTS_WRITE_EVT on write CCC
Last edited by redradist on Sat Jul 17, 2021 11:44 am, edited 1 time in total.
Re: Do not receive ESP_GATTS_WRITE_EVT on write CCC
Also one thing I did not understand in gatt_server_service_table example is that why in this example provided only one CCC array of values:
It is the per client value ... how it could be shared ???
Code: Select all
static const uint8_t heart_measurement_ccc[2] = {0x00, 0x00};
Re: Do not receive ESP_GATTS_WRITE_EVT on write CCC
Issue was fixed, there was enable ESP_GATT_AUTO_RSP that is why my own response was not sent
Who is online
Users browsing this forum: Google [Bot] and 141 guests