GATTC Cache service attribute structure. More...
#include <ble_gattc_cache.h>
Public Attributes | |
uint16_t | start_hdl |
uint16_t | end_hdl |
uint8_t | uuid_len |
uint8_t * | p_uuid |
GATTC Cache service attribute structure.
Definition at line 90 of file ble_gattc_cache.h.
uint16_t ble_gattc_cache_service_t::end_hdl |
End handle.
Definition at line 93 of file ble_gattc_cache.h.
uint8_t* ble_gattc_cache_service_t::p_uuid |
Service UUID.
Definition at line 95 of file ble_gattc_cache.h.
uint16_t ble_gattc_cache_service_t::start_hdl |
Start handle.
Definition at line 92 of file ble_gattc_cache.h.
uint8_t ble_gattc_cache_service_t::uuid_len |
Service UUID length.
Definition at line 94 of file ble_gattc_cache.h.