Searched refs:AddPhy (Results 1 – 4 of 4) sorted by relevance
45 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::TestCommandHandler164 model_.AddPhy(new_phy); in AddPhy()167 model_.AddPhy(new_phy); in AddPhy()
58 void AddPhy(const std::vector<std::string>& args);
50 size_t AddPhy(std::shared_ptr<PhyLayerFactory> phy);
105 size_t TestModel::AddPhy(std::shared_ptr<PhyLayerFactory> new_phy) { in AddPhy() function in test_vendor_lib::TestModel