Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/bta/gatt/
Dbta_gattc_api.c152 tBTA_GATTC_API_OPEN *p_buf; in BTA_GATTC_Open()
154 if ((p_buf = (tBTA_GATTC_API_OPEN *) GKI_getbuf(sizeof(tBTA_GATTC_API_OPEN))) != NULL) in BTA_GATTC_Open()
1025 tBTA_GATTC_API_OPEN *p_buf; in BTA_GATTC_Refresh()
1027 if ((p_buf = (tBTA_GATTC_API_OPEN *) GKI_getbuf(sizeof(tBTA_GATTC_API_OPEN))) != NULL) in BTA_GATTC_Refresh()
Dbta_gattc_int.h122 } tBTA_GATTC_API_OPEN; typedef
124 typedef tBTA_GATTC_API_OPEN tBTA_GATTC_API_CANCEL_OPEN;
222 tBTA_GATTC_API_OPEN api_conn;
495 extern void bta_gattc_init_bk_conn(tBTA_GATTC_API_OPEN *p_data, tBTA_GATTC_RCB *p_clreg);
Dbta_gattc_act.c554 void bta_gattc_init_bk_conn(tBTA_GATTC_API_OPEN *p_data, tBTA_GATTC_RCB *p_clreg) in bta_gattc_init_bk_conn()