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.
CharacteristicDescriptorDiscovery::TerminationCallbackParams_t Struct Reference
Parameter type of CharacteristicDescriptorDiscovery::TerminationCallback_t. More...
#include <CharacteristicDescriptorDiscovery.h>
Data Fields | |
const DiscoveredCharacteristic & | characteristic |
The characteristic for which the descriptors has been discovered. | |
ble_error_t | status |
status of the discovery operation |
Detailed Description
Parameter type of CharacteristicDescriptorDiscovery::TerminationCallback_t.
Once a characteristic descriptor discovery process terminate, the termination callback registered for the discovery operation through GattClient::discoverCharacteristicDescriptors or DiscoveredCharacteristic::discoverDescriptors will be called with this parameter.
Definition at line 63 of file CharacteristicDescriptorDiscovery.h.
Field Documentation
The characteristic for which the descriptors has been discovered.
Definition at line 67 of file CharacteristicDescriptorDiscovery.h.
ble_error_t status |
status of the discovery operation
Definition at line 72 of file CharacteristicDescriptorDiscovery.h.
Generated on Tue Jul 12 2022 20:03:30 by
