Home
last modified time | relevance | path

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

/system/bt/bta/gatt/
Dbta_gattc_api.c142 tBTA_GATTC_API_OPEN *p_buf = in BTA_GATTC_Open()
143 (tBTA_GATTC_API_OPEN *) osi_malloc(sizeof(tBTA_GATTC_API_OPEN)); in BTA_GATTC_Open()
707 tBTA_GATTC_API_OPEN *p_buf = in BTA_GATTC_Refresh()
708 (tBTA_GATTC_API_OPEN *)osi_malloc(sizeof(tBTA_GATTC_API_OPEN)); in BTA_GATTC_Refresh()
Dbta_gattc_int.h118 } tBTA_GATTC_API_OPEN; typedef
120 typedef tBTA_GATTC_API_OPEN tBTA_GATTC_API_CANCEL_OPEN;
215 tBTA_GATTC_API_OPEN api_conn;
443 extern void bta_gattc_init_bk_conn(tBTA_GATTC_API_OPEN *p_data, tBTA_GATTC_RCB *p_clreg);
Dbta_gattc_act.c551 void bta_gattc_init_bk_conn(tBTA_GATTC_API_OPEN *p_data, tBTA_GATTC_RCB *p_clreg) in bta_gattc_init_bk_conn()