Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/
Dbta_gattc_co.h96 extern tBTA_GATT_STATUS bta_gattc_co_cache_load(tBTA_GATTC_NV_ATTR *attr, UINT8 index);
/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/
Dbta_gattc_co.c273 tBTA_GATT_STATUS bta_gattc_co_cache_load(tBTA_GATTC_NV_ATTR *attr, UINT8 index) in bta_gattc_co_cache_load() function
Dbta_gattc_cache.c2164 if ((status = bta_gattc_co_cache_load(attr, index)) != BTA_GATT_OK) { in bta_gattc_cache_load()