Home
last modified time | relevance | path

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

/system/bt/vendor_libs/test_vendor_lib/model/setup/
Dtest_command_handler.cc47 SET_HANDLER("add_device_to_phy", AddDeviceToPhy); in TestCommandHandler()
62 AddDeviceToPhy({"0", "0"}); in AddDefaults()
63 AddDeviceToPhy({"0", "1"}); in AddDefaults()
182 void TestCommandHandler::AddDeviceToPhy(const vector<std::string>& args) { in AddDeviceToPhy() function in test_vendor_lib::TestCommandHandler
190 model_.AddDeviceToPhy(dev_index, phy_index); in AddDeviceToPhy()
Dtest_model.cc117 void TestModel::AddDeviceToPhy(size_t dev_index, size_t phy_index) { in AddDeviceToPhy() function in test_vendor_lib::TestModel
147 AddDeviceToPhy(index, phy_index); in AddLinkLayerConnection()
176 AddDeviceToPhy(index, phy); in IncomingHciConnection()
Dtest_command_handler.h64 void AddDeviceToPhy(const std::vector<std::string>& args);
Dtest_model.h56 void AddDeviceToPhy(size_t device_index, size_t phy_index);
/system/bt/test/rootcanal/
Dbluetooth_hci.cc142 test_channel_.AddDeviceToPhy({"1", "0"}); in initialize()
144 test_channel_.AddDeviceToPhy({"2", "0"}); in initialize()