Home
last modified time | relevance | path

Searched refs:BTA_HfClientOpen (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/system/test/mock/
Dmock_bta_hf_client_api.cc44 bt_status_t BTA_HfClientOpen(const RawAddress& /* bd_addr */, in BTA_HfClientOpen() function
/packages/modules/Bluetooth/system/bta/hf_client/
Dbta_hf_client_api.cc90 bt_status_t BTA_HfClientOpen(const RawAddress& bd_addr, uint16_t* p_handle) { in BTA_HfClientOpen() function
/packages/modules/Bluetooth/system/bta/include/
Dbta_hf_client_api.h334 bt_status_t BTA_HfClientOpen(const RawAddress& bd_addr, uint16_t* p_handle);
/packages/modules/Bluetooth/system/btif/src/
Dbtif_hf_client.cc312 return BTA_HfClientOpen(cb->peer_bda, &cb->handle); in connect_int()