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 235 of file ble_gattc.h.
uint16_t ble_gattc_desc_t::attr_hdl |
Attribute handle.
Definition at line 237 of file ble_gattc.h.
uint8_t* ble_gattc_desc_t::p_uuid |
Descriptor UUID.
Definition at line 239 of file ble_gattc.h.
uint8_t ble_gattc_desc_t::uuid_len |
Descriptor UUID length.
Definition at line 238 of file ble_gattc.h.