Searched refs:AddDeviceToPhy (Results 1 – 5 of 5) sorted by relevance
/system/bt/vendor_libs/test_vendor_lib/model/setup/ |
D | test_command_handler.cc | 47 SET_HANDLER("add_device_to_phy", AddDeviceToPhy); in TestCommandHandler() 62 AddDeviceToPhy({"0", "0"}); in AddDefaults() 63 AddDeviceToPhy({"0", "1"}); in AddDefaults() 182 void TestCommandHandler::AddDeviceToPhy(const vector<std::string>& args) { in AddDeviceToPhy() function in test_vendor_lib::TestCommandHandler 190 model_.AddDeviceToPhy(dev_index, phy_index); in AddDeviceToPhy()
|
D | test_model.cc | 117 void TestModel::AddDeviceToPhy(size_t dev_index, size_t phy_index) { in AddDeviceToPhy() function in test_vendor_lib::TestModel 147 AddDeviceToPhy(index, phy_index); in AddLinkLayerConnection() 176 AddDeviceToPhy(index, phy); in IncomingHciConnection()
|
D | test_command_handler.h | 64 void AddDeviceToPhy(const std::vector<std::string>& args);
|
D | test_model.h | 56 void AddDeviceToPhy(size_t device_index, size_t phy_index);
|
/system/bt/test/rootcanal/ |
D | bluetooth_hci.cc | 142 test_channel_.AddDeviceToPhy({"1", "0"}); in initialize() 144 test_channel_.AddDeviceToPhy({"2", "0"}); in initialize()
|