GATT descriptor. More...

#include <ble_gattc.h>

Public Attributes

uint16_t attr_hdl
 
uint8_t uuid_len
 
uint8_t * p_uuid
 

Detailed Description

GATT descriptor.

Definition at line 209 of file ble_gattc.h.

Member Data Documentation

◆ attr_hdl

uint16_t ble_gattc_desc_t::attr_hdl

Attribute handle.

Definition at line 211 of file ble_gattc.h.

◆ p_uuid

uint8_t* ble_gattc_desc_t::p_uuid

Descriptor UUID.

Definition at line 213 of file ble_gattc.h.

◆ uuid_len

uint8_t ble_gattc_desc_t::uuid_len

Descriptor UUID length.

Definition at line 212 of file ble_gattc.h.


The documentation for this struct was generated from the following file: