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
 

Detailed Description

GATTC Cache include attribute structure.

Definition at line 101 of file ble_gattc_cache.h.

Member Data Documentation

◆ end_hdl

uint16_t ble_gattc_cache_include_t::end_hdl

End handle.

Definition at line 104 of file ble_gattc_cache.h.

◆ p_uuid

uint8_t* ble_gattc_cache_include_t::p_uuid

Service UUID.

Definition at line 106 of file ble_gattc_cache.h.

◆ start_hdl

uint16_t ble_gattc_cache_include_t::start_hdl

Start handle.

Definition at line 103 of file ble_gattc_cache.h.

◆ uuid_len

uint8_t ble_gattc_cache_include_t::uuid_len

Service UUID length.

Definition at line 105 of file ble_gattc_cache.h.


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