Closed
Description
When a GATT client reads or writes to the Characteristic descriptor application does not receive any read and write callback.
The below function GattServer::insert_descriptor in CordioGattserver.cpp does not set callback bits. Can you please check. Probably below bits need to be set for descriptors as well.
attribute_it->settings = ATTS_SET_READ_CBACK;
attribute_it->settings |= ATTS_SET_WRITE_CBACK;
Issue request type
[ ] Question
[ ] Enhancement
[X ] Bug