Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/tools/rootcanal/model/setup/
Dtest_model.h85 size_t AddHciConnection(std::shared_ptr<HciDevice> dev);
Dtest_model.cc184 size_t TestModel::AddHciConnection(std::shared_ptr<HciDevice> dev) { in AddHciConnection() function in rootcanal::TestModel
/packages/modules/Bluetooth/tools/rootcanal/desktop/
Dtest_environment.cc71 test_model_.AddHciConnection(device); in initialize()
/packages/modules/Bluetooth/system/test/rootcanal/
Dbluetooth_hci.cc217 test_model_.AddHciConnection(HciDevice::Create(transport, "")); in initialize_impl()