Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/tools/rootcanal/model/setup/
Dtest_command_handler.cc47 SET_HANDLER("add_phy", AddPhy); in TestCommandHandler()
64 AddPhy({"LOW_ENERGY"}); in AddDefaults()
65 AddPhy({"BR_EDR"}); in AddDefaults()
163 void TestCommandHandler::AddPhy(const vector<std::string>& args) { in AddPhy() function in rootcanal::TestCommandHandler
167 model_.AddPhy(Phy::Type::LOW_ENERGY); in AddPhy()
170 model_.AddPhy(Phy::Type::BR_EDR); in AddPhy()
Dtest_command_handler.h58 void AddPhy(const std::vector<std::string>& args);
Dtest_model.h77 PhyLayer::Identifier AddPhy(Phy::Type type);
Dtest_model.cc144 PhyLayer::Identifier TestModel::AddPhy(Phy::Type type) { in AddPhy() function in rootcanal::TestModel
/packages/modules/Bluetooth/tools/rootcanal/desktop/
Dtest_environment.cc252 test_channel_.AddPhy({"BR_EDR"}); in SetUpTestChannel()
253 test_channel_.AddPhy({"LOW_ENERGY"}); in SetUpTestChannel()
/packages/modules/Bluetooth/tools/rootcanal/hal/
Dbluetooth_hci.cc177 test_model_.AddPhy(rootcanal::Phy::Type::LOW_ENERGY); in initialize_impl()
178 size_t classic_phy_index = test_model_.AddPhy(rootcanal::Phy::Type::BR_EDR); in initialize_impl()