Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/
Dbta_gattc_ci.c55 tBTA_GATTC_CI_EVT *p_evt; in bta_gattc_ci_cache_open()
58 if ((p_evt = (tBTA_GATTC_CI_EVT *) osi_malloc(sizeof(tBTA_GATTC_CI_EVT))) != NULL) { in bta_gattc_ci_cache_open()
126 tBTA_GATTC_CI_EVT *p_evt; in bta_gattc_ci_cache_save()
129 if ((p_evt = (tBTA_GATTC_CI_EVT *) osi_malloc(sizeof(tBTA_GATTC_CI_EVT))) != NULL) { in bta_gattc_ci_cache_save()
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/
Dbta_gattc_ci.h37 } tBTA_GATTC_CI_EVT; typedef