GATTC Cache characteristic descriptor attribute structure. More...
#include <ble_gattc_cache.h>
Public Attributes | |
uint8_t | uuid_len |
uint8_t * | p_uuid |
GATTC Cache characteristic descriptor attribute structure.
Definition at line 123 of file ble_gattc_cache.h.
uint8_t* ble_gattc_cache_desc_t::p_uuid |
Descriptor UUID.
Definition at line 126 of file ble_gattc_cache.h.
uint8_t ble_gattc_cache_desc_t::uuid_len |
Descriptor UUID length.
Definition at line 125 of file ble_gattc_cache.h.