ble_gattc_desc_t Struct Reference

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 235 of file ble_gattc.h.

Member Data Documentation

◆ attr_hdl

uint16_t ble_gattc_desc_t::attr_hdl

Attribute handle.

Definition at line 237 of file ble_gattc.h.

◆ p_uuid

uint8_t* ble_gattc_desc_t::p_uuid

Descriptor UUID.

Definition at line 239 of file ble_gattc.h.

◆ uuid_len

uint8_t ble_gattc_desc_t::uuid_len

Descriptor UUID length.

Definition at line 238 of file ble_gattc.h.


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