High level Bluetooth Low Energy API and radio abstraction layer

Dependents:   BLE_ANCS_SDAPI BLE_temperature BLE_HeartRate BLE_ANCS_SDAPI_IRC ... more

Embed: (wiki syntax)

« Back to documentation index

CharacteristicDescriptorDiscovery::TerminationCallbackParams_t Struct Reference

CharacteristicDescriptorDiscovery::TerminationCallbackParams_t Struct Reference

Parameter type of CharacteristicDescriptorDiscovery::TerminationCallback_t. More...

#include <CharacteristicDescriptorDiscovery.h>

Data Fields

const DiscoveredCharacteristiccharacteristic
 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.