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_int.h96 } tBTA_GATTC_API_OPEN; typedef
98 typedef tBTA_GATTC_API_OPEN tBTA_GATTC_API_CANCEL_OPEN;
176 tBTA_GATTC_API_OPEN api_conn;
369 extern void bta_gattc_init_bk_conn(tBTA_GATTC_API_OPEN* p_data,
Dbta_gattc_api.cc131 tBTA_GATTC_API_OPEN* p_buf = in BTA_GATTC_Open()
132 (tBTA_GATTC_API_OPEN*)osi_malloc(sizeof(tBTA_GATTC_API_OPEN)); in BTA_GATTC_Open()
Dbta_gattc_act.cc376 void bta_gattc_init_bk_conn(tBTA_GATTC_API_OPEN* p_data, in bta_gattc_init_bk_conn()