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.h93 } tBTA_GATTC_API_OPEN; typedef
95 typedef tBTA_GATTC_API_OPEN tBTA_GATTC_API_CANCEL_OPEN;
173 tBTA_GATTC_API_OPEN api_conn;
391 extern void bta_gattc_init_bk_conn(const tBTA_GATTC_API_OPEN* p_data,
Dbta_gattc_api.cc130 tBTA_GATTC_API_OPEN* p_buf = in BTA_GATTC_Open()
131 (tBTA_GATTC_API_OPEN*)osi_malloc(sizeof(tBTA_GATTC_API_OPEN)); in BTA_GATTC_Open()
Dbta_gattc_act.cc381 void bta_gattc_init_bk_conn(const tBTA_GATTC_API_OPEN* p_data, in bta_gattc_init_bk_conn()