Mbed OS Reference
|
Characteristic descriptor discovery ended event. More...
#include <CharacteristicDescriptorDiscovery.h>
Data Fields | |
const DiscoveredCharacteristic & | characteristic |
Characteristic for which descriptors has been discovered. More... | |
ble_error_t | status |
Status of the discovery operation. More... | |
uint8_t | error_code |
Error code associated with the status if any. More... | |
Characteristic descriptor discovery ended event.
When the characteristic descriptor discovery process ends, the termination callback registered for the discovery operation through GattClient::discoverCharacteristicDescriptors or DiscoveredCharacteristic::discoverDescriptors will be called with an instance of this type.
Definition at line 85 of file gatt/CharacteristicDescriptorDiscovery.h.
const DiscoveredCharacteristic& characteristic |
Characteristic for which descriptors has been discovered.
Definition at line 89 of file gatt/CharacteristicDescriptorDiscovery.h.
ble_error_t status |
Status of the discovery operation.
Definition at line 94 of file gatt/CharacteristicDescriptorDiscovery.h.
uint8_t error_code |
Error code associated with the status if any.
Definition at line 99 of file gatt/CharacteristicDescriptorDiscovery.h.