GATTC Cache include 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 include attribute structure.
Definition at line 101 of file ble_gattc_cache.h.
uint16_t ble_gattc_cache_include_t::end_hdl |
End handle.
Definition at line 104 of file ble_gattc_cache.h.
uint8_t* ble_gattc_cache_include_t::p_uuid |
Service UUID.
Definition at line 106 of file ble_gattc_cache.h.
uint16_t ble_gattc_cache_include_t::start_hdl |
Start handle.
Definition at line 103 of file ble_gattc_cache.h.
uint8_t ble_gattc_cache_include_t::uuid_len |
Service UUID length.
Definition at line 105 of file ble_gattc_cache.h.