Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/tools/rootcanal/model/setup/
Dtest_command_handler.cc49 SET_HANDLER("add_device_to_phy", AddDeviceToPhy); in TestCommandHandler()
68 AddDeviceToPhy({"1", "1"}); in AddDefaults()
69 AddDeviceToPhy({"1", "2"}); in AddDefaults()
188 void TestCommandHandler::AddDeviceToPhy(const vector<std::string>& args) { in AddDeviceToPhy() function in rootcanal::TestCommandHandler
197 model_.AddDeviceToPhy(dev_index, phy_index); in AddDeviceToPhy()
Dtest_command_handler.h64 void AddDeviceToPhy(const std::vector<std::string>& args);
Dtest_model.h79 void AddDeviceToPhy(PhyDevice::Identifier device_id,
Dtest_model.cc160 void TestModel::AddDeviceToPhy(PhyDevice::Identifier device_id, in AddDeviceToPhy() function in rootcanal::TestModel
/packages/modules/Bluetooth/tools/rootcanal/hal/
Dbluetooth_hci.cc179 test_model_.AddDeviceToPhy(controller_index, low_energy_phy_index); in initialize_impl()
180 test_model_.AddDeviceToPhy(controller_index, classic_phy_index); in initialize_impl()
217 test_model_.AddDeviceToPhy(controller_index + 1, low_energy_phy_index); in initialize_impl()
219 test_model_.AddDeviceToPhy(controller_index + 2, low_energy_phy_index); in initialize_impl()
224 test_model_.AddDeviceToPhy(controller_index + 3, low_energy_phy_index); in initialize_impl()
/packages/modules/Bluetooth/tools/rootcanal/desktop/
Dtest_environment.cc255 test_channel_.AddDeviceToPhy({"0", "1"}); in SetUpTestChannel()
257 test_channel_.AddDeviceToPhy({"1", "1"}); in SetUpTestChannel()