Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: TYBLE16_simple_data_logger TYBLE16_MP3_Air
CharacteristicDescriptorDiscovery::TerminationCallbackParams_t Struct Reference
Characteristic descriptor discovery ended event. More...
#include <CharacteristicDescriptorDiscovery.h>
Data Fields | |
const DiscoveredCharacteristic & | characteristic |
Characteristic for which descriptors has been discovered. | |
ble_error_t | status |
Status of the discovery operation. | |
uint8_t | error_code |
Error code associated with the status if any. |
Detailed Description
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.
- See also:
- GattClient::discoverCharacteristicDescriptors DiscoveredCharacteristic::discoverDescriptors
Definition at line 83 of file CharacteristicDescriptorDiscovery.h.
Field Documentation
Characteristic for which descriptors has been discovered.
Definition at line 87 of file CharacteristicDescriptorDiscovery.h.
uint8_t error_code |
Error code associated with the status if any.
Definition at line 97 of file CharacteristicDescriptorDiscovery.h.
Status of the discovery operation.
Definition at line 92 of file CharacteristicDescriptorDiscovery.h.
Generated on Tue Jul 12 2022 13:55:29 by
