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
 

Detailed Description

GATTC Cache service attribute structure.

Definition at line 90 of file ble_gattc_cache.h.

Member Data Documentation

◆ end_hdl

uint16_t ble_gattc_cache_service_t::end_hdl

End handle.

Definition at line 93 of file ble_gattc_cache.h.

◆ p_uuid

uint8_t* ble_gattc_cache_service_t::p_uuid

Service UUID.

Definition at line 95 of file ble_gattc_cache.h.

◆ start_hdl

uint16_t ble_gattc_cache_service_t::start_hdl

Start handle.

Definition at line 92 of file ble_gattc_cache.h.

◆ uuid_len

uint8_t ble_gattc_cache_service_t::uuid_len

Service UUID length.

Definition at line 94 of file ble_gattc_cache.h.


The documentation for this struct was generated from the following file: