Home
last modified time | relevance | path

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

/system/bt/test/mock/
Dmock_bta_hd_api.cc43 void BTA_HdConnect(const RawAddress& addr) { in BTA_HdConnect() function
/system/bt/bta/include/
Dbta_hd_api.h221 extern void BTA_HdConnect(const RawAddress& addr);
/system/bt/bta/hd/
Dbta_hd_api.cc222 extern void BTA_HdConnect(const RawAddress& addr) { in BTA_HdConnect() function
/system/bt/btif/src/
Dbtif_hd.cc495 BTA_HdConnect(*bd_addr); in connect()