Mistake on this page?
Report an issue in GitHub or email us
Data Fields
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. More...
 
ble_error_t status
 Status of the discovery operation. More...
 
uint8_t error_code
 Error code associated with the status if any. More...
 

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 85 of file gatt/CharacteristicDescriptorDiscovery.h.

Field Documentation

const DiscoveredCharacteristic& characteristic

Characteristic for which descriptors has been discovered.

Definition at line 89 of file gatt/CharacteristicDescriptorDiscovery.h.

uint8_t error_code

Error code associated with the status if any.

Definition at line 99 of file gatt/CharacteristicDescriptorDiscovery.h.

ble_error_t status

Status of the discovery operation.

Definition at line 94 of file gatt/CharacteristicDescriptorDiscovery.h.

Important Information for this Arm website

This site uses cookies to store information on your computer. By continuing to use our site, you consent to our cookies. If you are not happy with the use of these cookies, please review our Cookie Policy to learn how they can be disabled. By disabling cookies, some features of the site will not work.