GATT descriptor. More...
#include <ble_gattc.h>
Public Attributes | |
uint16_t | attr_hdl |
uint8_t | uuid_len |
uint8_t * | p_uuid |
GATT descriptor.
Definition at line 209 of file ble_gattc.h.
uint16_t ble_gattc_desc_t::attr_hdl |
Attribute handle.
Definition at line 211 of file ble_gattc.h.
uint8_t* ble_gattc_desc_t::p_uuid |
Descriptor UUID.
Definition at line 213 of file ble_gattc.h.
uint8_t ble_gattc_desc_t::uuid_len |
Descriptor UUID length.
Definition at line 212 of file ble_gattc.h.