Home
last modified time | relevance | path

Searched refs:tBTA_GATTC_API_CANCEL_OPEN (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/include/
Dbta_gattc_int.h149 } tBTA_GATTC_API_CANCEL_OPEN; typedef
263 tBTA_GATTC_API_CANCEL_OPEN api_cancel_conn;
498 extern void bta_gattc_cancel_bk_conn(tBTA_GATTC_API_CANCEL_OPEN *p_data);
/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/
Dbta_gattc_api.c199 tBTA_GATTC_API_CANCEL_OPEN *p_buf; in BTA_GATTC_CancelOpen()
201 …if ((p_buf = (tBTA_GATTC_API_CANCEL_OPEN *) osi_malloc(sizeof(tBTA_GATTC_API_CANCEL_OPEN))) != NUL… in BTA_GATTC_CancelOpen()
Dbta_gattc_act.c631 void bta_gattc_cancel_bk_conn(tBTA_GATTC_API_CANCEL_OPEN *p_data) in bta_gattc_cancel_bk_conn()