GATTC cache attribute information structure. More...
#include <ble_gattc_cache.h>
Collaboration diagram for attr_cache_info_t:Public Attributes | |
| uint16_t | handle |
| Attribute Handle. More... | |
| uint8_t | attr_type |
| Attribute type. More... | |
| union attr_cache_info | info |
| Attribute cache information. More... | |
GATTC cache attribute information structure.
Definition at line 143 of file ble_gattc_cache.h.
| uint8_t attr_cache_info_t::attr_type |
| 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.