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
Parameter type of CharacteristicDescriptorDiscovery::DiscoveryCallback_t. More...
#include <CharacteristicDescriptorDiscovery.h>
Data Fields | |
const DiscoveredCharacteristic & | characteristic |
The characteristic owning the DiscoveredCharacteristicDescriptor. | |
const DiscoveredCharacteristicDescriptor & | descriptor |
The characteristic descriptor discovered. |
Detailed Description
Parameter type of CharacteristicDescriptorDiscovery::DiscoveryCallback_t.
Every time a characteristic descriptor has been discovered, the callback registered for the discovery operation through GattClient::discoverCharacteristicDescriptors or DiscoveredCharacteristic::discoverDescriptors will be called with this parameter.
Definition at line 44 of file CharacteristicDescriptorDiscovery.h.
Field Documentation
The characteristic owning the DiscoveredCharacteristicDescriptor.
Definition at line 48 of file CharacteristicDescriptorDiscovery.h.
The characteristic descriptor discovered.
Definition at line 53 of file CharacteristicDescriptorDiscovery.h.
Generated on Tue Jul 12 2022 20:03:30 by
