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

/external/bluetooth/bluedroid/bta/gatt/
H A Dbta_gattc_api.c144 tBTA_GATTC_API_OPEN *p_buf;
146 if ((p_buf = (tBTA_GATTC_API_OPEN *) GKI_getbuf(sizeof(tBTA_GATTC_API_OPEN))) != NULL)
990 tBTA_GATTC_API_OPEN *p_buf;
992 if ((p_buf = (tBTA_GATTC_API_OPEN *) GKI_getbuf(sizeof(tBTA_GATTC_API_OPEN))) != NULL)
H A Dbta_gattc_int.h117 } tBTA_GATTC_API_OPEN; typedef in typeref:struct:__anon536
119 typedef tBTA_GATTC_API_OPEN tBTA_GATTC_API_CANCEL_OPEN;
185 tBTA_GATTC_API_OPEN api_conn;
438 extern void bta_gattc_init_bk_conn(tBTA_GATTC_API_OPEN *p_data, tBTA_GATTC_RCB *p_clreg);
H A Dbta_gattc_act.c484 void bta_gattc_init_bk_conn(tBTA_GATTC_API_OPEN *p_data, tBTA_GATTC_RCB *p_clreg)

Completed in 22 milliseconds