Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/include/
Dbta_gatts_int.h149 typedef tBTA_GATTS_API_OPEN tBTA_GATTS_API_CANCEL_OPEN; typedef
177 tBTA_GATTS_API_CANCEL_OPEN api_cancel_open;
/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/
Dbta_gatts_api.c554 tBTA_GATTS_API_CANCEL_OPEN *p_buf; in BTA_GATTS_CancelOpen()
556 …if ((p_buf = (tBTA_GATTS_API_CANCEL_OPEN *) osi_malloc(sizeof(tBTA_GATTS_API_CANCEL_OPEN))) != NUL… in BTA_GATTS_CancelOpen()