Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/include/
Dbta_gatts_int.h79 typedef tBTA_GATTS_INT_START_IF tBTA_GATTS_API_DEREG; typedef
167 tBTA_GATTS_API_DEREG api_dereg;
/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/
Dbta_gatts_api.c123 tBTA_GATTS_API_DEREG *p_buf; in BTA_GATTS_AppDeregister()
125 if ((p_buf = (tBTA_GATTS_API_DEREG *) osi_malloc(sizeof(tBTA_GATTS_API_DEREG))) != NULL) { in BTA_GATTS_AppDeregister()