GATTC cache attribute information structure. More...

#include <ble_gattc_cache.h>

Public Attributes

uint16_t handle
 
uint8_t attr_type
 
union attr_cache_info info
 

Detailed Description

GATTC cache attribute information structure.

Definition at line 143 of file ble_gattc_cache.h.

Member Data Documentation

◆ attr_type

uint8_t attr_cache_info_t::attr_type

Attribute type. See gattc_cache_attr_t.

Definition at line 146 of file ble_gattc_cache.h.

◆ handle

uint16_t attr_cache_info_t::handle

Attribute Handle.

Definition at line 145 of file ble_gattc_cache.h.

◆ info

union attr_cache_info attr_cache_info_t::info

Attribute cache information.

Definition at line 146 of file ble_gattc_cache.h.


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