Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/tools/rootcanal/model/setup/
Dtest_command_handler.cc180 size_t phy_index = ParseIntParam(args[0]); in RemovePhy() local
182 model_.RemovePhy(phy_index); in RemovePhy()
184 std::to_string(phy_index); in RemovePhy()
196 size_t phy_index = ParseIntParam(args[1]); in AddDeviceToPhy() local
197 model_.AddDeviceToPhy(dev_index, phy_index); in AddDeviceToPhy()
200 std::to_string(dev_index) + " and phy " + std::to_string(phy_index); in AddDeviceToPhy()
212 size_t phy_index = ParseIntParam(args[1]); in RemoveDeviceFromPhy() local
213 model_.RemoveDeviceFromPhy(dev_index, phy_index); in RemoveDeviceFromPhy()
216 std::to_string(dev_index) + " and phy " + std::to_string(phy_index); in RemoveDeviceFromPhy()