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::DiscoveryCallbackParams_t Struct Reference
Characteristic descriptor discovered event. More...
#include <CharacteristicDescriptorDiscovery.h>
Data Fields | |
const DiscoveredCharacteristic & | characteristic |
Characteristic owning the descriptor discovered. | |
const DiscoveredCharacteristicDescriptor & | descriptor |
Characteristic descriptor discovered. |
Detailed Description
Characteristic descriptor discovered event.
When a characteristic descriptor has been discovered, the callback registered for the discovery operation through GattClient::discoverCharacteristicDescriptors or DiscoveredCharacteristic::discoverDescriptors is called with an instance of this type.
The values reported to the user are the descriptor discovered and the characteristic owning that descriptor.
- See also:
- GattClient::discoverCharacteristicDescriptors DiscoveredCharacteristic::discoverDescriptors
Definition at line 59 of file CharacteristicDescriptorDiscovery.h.
Field Documentation
Characteristic owning the descriptor discovered.
Definition at line 63 of file CharacteristicDescriptorDiscovery.h.
Characteristic descriptor discovered.
Definition at line 68 of file CharacteristicDescriptorDiscovery.h.
Generated on Tue Jul 12 2022 12:46:55 by
