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 |
GATTC cache attribute information structure.
Definition at line 143 of file ble_gattc_cache.h.
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.
uint16_t attr_cache_info_t::handle |
Attribute Handle.
Definition at line 145 of file ble_gattc_cache.h.
union attr_cache_info attr_cache_info_t::info |
Attribute cache information.
Definition at line 146 of file ble_gattc_cache.h.