Home
last modified time | relevance | path

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

/aosp12/system/bt/vendor_libs/test_vendor_lib/model/setup/
H A Dtest_command_handler.cc193 size_t phy_index = std::stoi(args[0]); in DelPhy() local
207 size_t phy_index = std::stoi(args[1]); in AddDeviceToPhy() local
222 size_t phy_index = std::stoi(args[1]); in DelDeviceFromPhy() local
H A Dtest_model.cc123 void TestModel::DelPhy(size_t phy_index) { in DelPhy()
133 void TestModel::AddDeviceToPhy(size_t dev_index, size_t phy_index) { in AddDeviceToPhy()
150 void TestModel::DelDeviceFromPhy(size_t dev_index, size_t phy_index) { in DelDeviceFromPhy()