Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/include/
Dbta_gattc_int.h125 typedef tBTA_GATTC_INT_START_IF tBTA_GATTC_API_DEREG; typedef
261 tBTA_GATTC_API_DEREG api_dereg;
/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/
Dbta_gattc_api.c119 tBTA_GATTC_API_DEREG *p_buf; in BTA_GATTC_AppDeregister()
121 if ((p_buf = (tBTA_GATTC_API_DEREG *) osi_malloc(sizeof(tBTA_GATTC_API_DEREG))) != NULL) { in BTA_GATTC_AppDeregister()