Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/tools/rootcanal/model/setup/
Dtest_model.cc137 for (auto& [_, phy_layer] : phy_layers_) { in RemoveDevice()
138 phy_layer->Unregister(device_id); in RemoveDevice()
146 std::shared_ptr<PhyLayer> phy_layer = CreatePhyLayer(next_id++, type); in AddPhy() local
147 phy_layers_[phy_layer->id] = phy_layer; in AddPhy()
148 return phy_layer->id; in AddPhy()
183 for (auto& [_, phy_layer] : phy_layers_) { in AddLinkLayerConnection()
184 if (phy_layer->type == type) { in AddLinkLayerConnection()
185 phy_layer->Register(phy_devices_[device_id]); in AddLinkLayerConnection()
214 for (auto& [_, phy_layer] : phy_layers_) { in AddHciConnection()
215 phy_layer->Register(phy_devices_[device->id_]); in AddHciConnection()
[all …]
/packages/modules/Bluetooth/tools/rootcanal/
DCMakeLists.txt220 model/setup/phy_layer.cc
DAndroid.bp106 "model/setup/phy_layer.cc",