Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/
Dbta_gattc_co.h112 extern size_t bta_gattc_get_cache_attr_length(UINT8 index);
/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/
Dbta_gattc_co.c294 size_t bta_gattc_get_cache_attr_length(UINT8 index) in bta_gattc_get_cache_attr_length() function
Dbta_gattc_cache.c2152 size_t num_attr = bta_gattc_get_cache_attr_length(index) / sizeof(tBTA_GATTC_NV_ATTR); in bta_gattc_cache_load()