GATT caching list. More...
#include <ble_gattc_cache.h>
Collaboration diagram for gatt_cache_list_t:Public Attributes | |
| uint8_t | num |
| Number of bonded device. More... | |
| ble_gap_bdaddr_t | items [MAX_GATT_CACHE_NUM] |
| GATT caching addr info. More... | |
GATT caching list.
Definition at line 154 of file ble_gattc_cache.h.
| ble_gap_bdaddr_t gatt_cache_list_t::items[MAX_GATT_CACHE_NUM] |
GATT caching addr info.
Definition at line 157 of file ble_gattc_cache.h.
| uint8_t gatt_cache_list_t::num |
Number of bonded device.
Definition at line 156 of file ble_gattc_cache.h.