Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/include/
Dbta_gattc_int.h141 } tBTA_GATTC_API_OPEN; typedef
262 tBTA_GATTC_API_OPEN api_conn;
497 extern void bta_gattc_init_bk_conn(tBTA_GATTC_API_OPEN *p_data, tBTA_GATTC_RCB *p_clreg);
/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/
Dbta_gattc_api.c150 tBTA_GATTC_API_OPEN *p_buf; in BTA_GATTC_Enh_Open()
152 if ((p_buf = (tBTA_GATTC_API_OPEN *) osi_malloc(sizeof(tBTA_GATTC_API_OPEN))) != NULL) { in BTA_GATTC_Enh_Open()
Dbta_gattc_act.c577 void bta_gattc_init_bk_conn(tBTA_GATTC_API_OPEN *p_data, tBTA_GATTC_RCB *p_clreg) in bta_gattc_init_bk_conn()