Home
last modified time | relevance | path

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

/system/bt/vendor_libs/test_vendor_lib/model/setup/
Dtest_command_handler.cc45 SET_HANDLER("add_phy", AddPhy); in TestCommandHandler()
58 AddPhy({"LOW_ENERGY"}); in AddDefaults()
59 AddPhy({"BR_EDR"}); in AddDefaults()
161 void TestCommandHandler::AddPhy(const vector<std::string>& args) { in AddPhy() function in test_vendor_lib::TestCommandHandler
164 model_.AddPhy(new_phy); in AddPhy()
167 model_.AddPhy(new_phy); in AddPhy()
Dtest_command_handler.h58 void AddPhy(const std::vector<std::string>& args);
Dtest_model.h50 size_t AddPhy(std::shared_ptr<PhyLayerFactory> phy);
Dtest_model.cc105 size_t TestModel::AddPhy(std::shared_ptr<PhyLayerFactory> new_phy) { in AddPhy() function in test_vendor_lib::TestModel