Searched refs:BTA_GATTC_Open (Results 1 – 6 of 6) sorted by relevance
/system/bt/bta/gatt/ |
D | bta_gattc_api.cc | 120 void BTA_GATTC_Open(tGATT_IF client_if, const RawAddress& remote_bda, in BTA_GATTC_Open() function 124 BTA_GATTC_Open(client_if, remote_bda, is_direct, transport, opportunistic, in BTA_GATTC_Open() 128 void BTA_GATTC_Open(tGATT_IF client_if, const RawAddress& remote_bda, in BTA_GATTC_Open() function
|
/system/bt/bta/include/ |
D | bta_gatt_api.h | 419 extern void BTA_GATTC_Open(tGATT_IF client_if, const RawAddress& remote_bda, 422 extern void BTA_GATTC_Open(tGATT_IF client_if, const RawAddress& remote_bda,
|
/system/bt/bta/hearing_aid/ |
D | hearing_aid.cc | 315 BTA_GATTC_Open(gatt_if, address, true, GATT_TRANSPORT_LE, false); in Connect() 321 BTA_GATTC_Open(gatt_if, address, false, GATT_TRANSPORT_LE, false); in AddToWhiteList() 336 BTA_GATTC_Open(gatt_if, dev_info.address, false, GATT_TRANSPORT_LE, in AddFromStorage() 918 BTA_GATTC_Open(gatt_if, address, false, GATT_TRANSPORT_LE, false); in OnGapConnection()
|
/system/bt/btif/src/ |
D | btif_gatt_client.cc | 309 BTA_GATTC_Open(client_if, address, is_direct, transport, opportunistic, in btif_gattc_open_impl()
|
/system/bt/bta/hh/ |
D | bta_hh_le.cc | 280 BTA_GATTC_Open(bta_hh_cb.gatt_if, remote_bda, true, GATT_TRANSPORT_LE, false); in bta_hh_le_open_conn() 1995 BTA_GATTC_Open(bta_hh_cb.gatt_if, p_cb->addr, false, GATT_TRANSPORT_LE, in bta_hh_le_add_dev_bg_conn()
|
/system/bt/bta/dm/ |
D | bta_dm_act.cc | 4299 BTA_GATTC_Open(bta_dm_search_cb.client_if, bd_addr, true, in btm_dm_start_gatt_discovery() 4302 BTA_GATTC_Open(bta_dm_search_cb.client_if, bd_addr, true, in btm_dm_start_gatt_discovery()
|