Rtos API example

Embed: (wiki syntax)

« Back to documentation index

CharacteristicDescriptorDiscovery::TerminationCallbackParams_t Struct Reference

CharacteristicDescriptorDiscovery::TerminationCallbackParams_t Struct Reference

Characteristic descriptor discovery ended event. More...

#include <CharacteristicDescriptorDiscovery.h>

Data Fields

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