Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/include/
Dbta_gatts_int.h147 } tBTA_GATTS_API_OPEN; typedef
149 typedef tBTA_GATTS_API_OPEN tBTA_GATTS_API_CANCEL_OPEN;
176 tBTA_GATTS_API_OPEN api_open;
/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/
Dbta_gatts_api.c523 tBTA_GATTS_API_OPEN *p_buf; in BTA_GATTS_Open()
525 if ((p_buf = (tBTA_GATTS_API_OPEN *) osi_malloc(sizeof(tBTA_GATTS_API_OPEN))) != NULL) { in BTA_GATTS_Open()