Home
last modified time | relevance | path

Searched refs:BTA_GATTC_Open (Results 1 – 5 of 5) sorted by relevance

/system/bt/bta/gatt/
Dbta_gattc_api.c139 void BTA_GATTC_Open(tBTA_GATTC_IF client_if, BD_ADDR remote_bda, in BTA_GATTC_Open() function
/system/bt/bta/include/
Dbta_gatt_api.h665 extern void BTA_GATTC_Open(tBTA_GATTC_IF client_if, BD_ADDR remote_bda,
/system/bt/bta/hh/
Dbta_hh_le.c447 BTA_GATTC_Open(bta_hh_cb.gatt_if, remote_bda, TRUE, BTA_GATT_TRANSPORT_LE); in bta_hh_le_open_conn()
2493 BTA_GATTC_Open(bta_hh_cb.gatt_if, p_cb->addr, FALSE, BTA_GATT_TRANSPORT_LE); in bta_hh_le_add_dev_bg_conn()
/system/bt/btif/src/
Dbtif_gatt_client.c1203 BTA_GATTC_Open(p_cb->client_if, p_cb->bd_addr.address, p_cb->is_direct, transport); in btgattc_handle_event()
/system/bt/bta/dm/
Dbta_dm_act.c5512 BTA_GATTC_Open(bta_dm_search_cb.client_if, bd_addr, TRUE, BTA_GATT_TRANSPORT_LE); in btm_dm_start_gatt_discovery()