Home
last modified time | relevance | path

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

/aosp12/system/bt/vendor_libs/test_vendor_lib/model/setup/
H A Dtest_command_handler.cc45 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 Dtest_model.cc133 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 Dtest_command_handler.h67 void AddDeviceToPhy(const std::vector<std::string>& args);
H A Dtest_model.h66 void AddDeviceToPhy(size_t device_index, size_t phy_index);
/aosp12/system/bt/test/rootcanal/
H A Dbluetooth_hci.cc185 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()