Home
last modified time | relevance | path

Searched refs:MAX_DEVICE_IN_CACHE (Results 1 – 1 of 1) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/
Dbta_gattc_co.c40 #define MAX_DEVICE_IN_CACHE 50 macro
96 cache_addr_info_t cache_addr[MAX_DEVICE_IN_CACHE];
547 if (cache_env->num_addr >= MAX_DEVICE_IN_CACHE) { in bta_gattc_co_cache_addr_save()
552 assert(new_index < MAX_DEVICE_IN_CACHE); in bta_gattc_co_cache_addr_save()