Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/
Dbta_gattc_ci.c87 tBTA_GATTC_CI_LOAD *p_evt; in bta_gattc_ci_cache_load()
90 if ((p_evt = (tBTA_GATTC_CI_LOAD *) osi_malloc(sizeof(tBTA_GATTC_CI_LOAD))) != NULL) { in bta_gattc_ci_cache_load()
91 memset(p_evt, 0, sizeof(tBTA_GATTC_CI_LOAD)); in bta_gattc_ci_cache_load()
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/
Dbta_gattc_ci.h47 } tBTA_GATTC_CI_LOAD; typedef