Searched refs:AddDeviceToPhy (Results 1 – 5 of 5) sorted by relevance
/aosp12/system/bt/vendor_libs/test_vendor_lib/model/setup/ |
H A D | test_command_handler.cc | 45 SET_HANDLER("add_device_to_phy", AddDeviceToPhy); in TestCommandHandler() 62 AddDeviceToPhy({"1", "1"}); in AddDefaults() 63 AddDeviceToPhy({"1", "2"}); in AddDefaults() 200 void TestCommandHandler::AddDeviceToPhy(const vector<std::string>& args) { in AddDeviceToPhy() function in test_vendor_lib::TestCommandHandler 208 model_.AddDeviceToPhy(dev_index, phy_index); in AddDeviceToPhy()
|
H A D | test_model.cc | 133 void TestModel::AddDeviceToPhy(size_t dev_index, size_t phy_index) { in AddDeviceToPhy() function in test_vendor_lib::TestModel 172 AddDeviceToPhy(index, i); in AddLinkLayerConnection() 201 AddDeviceToPhy(index, i); in IncomingHciConnection()
|
H A D | test_command_handler.h | 67 void AddDeviceToPhy(const std::vector<std::string>& args);
|
H A D | test_model.h | 66 void AddDeviceToPhy(size_t device_index, size_t phy_index);
|
/aosp12/system/bt/test/rootcanal/ |
H A D | bluetooth_hci.cc | 185 test_model_.AddDeviceToPhy(controller_index, low_energy_phy_index); in initialize_impl() 186 test_model_.AddDeviceToPhy(controller_index, classic_phy_index); in initialize_impl() 205 test_model_.AddDeviceToPhy(controller_index + 1, low_energy_phy_index); in initialize_impl() 207 test_model_.AddDeviceToPhy(controller_index + 2, low_energy_phy_index); in initialize_impl() 212 test_model_.AddDeviceToPhy(controller_index + 3, low_energy_phy_index); in initialize_impl()
|