Searched refs:AddDeviceToPhy (Results 1 – 6 of 6) sorted by relevance
/packages/modules/Bluetooth/tools/rootcanal/model/setup/ |
D | test_command_handler.cc | 49 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()
|
D | test_command_handler.h | 64 void AddDeviceToPhy(const std::vector<std::string>& args);
|
D | test_model.h | 79 void AddDeviceToPhy(PhyDevice::Identifier device_id,
|
D | test_model.cc | 160 void TestModel::AddDeviceToPhy(PhyDevice::Identifier device_id, in AddDeviceToPhy() function in rootcanal::TestModel
|
/packages/modules/Bluetooth/tools/rootcanal/hal/ |
D | bluetooth_hci.cc | 179 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/ |
D | test_environment.cc | 255 test_channel_.AddDeviceToPhy({"0", "1"}); in SetUpTestChannel() 257 test_channel_.AddDeviceToPhy({"1", "1"}); in SetUpTestChannel()
|