Loading tools/rootcanal/lib/hci/class_of_device.cc +1 −1 Original line number Diff line number Diff line Loading @@ -25,7 +25,7 @@ #include <sstream> #include <vector> #include "os/log.h" #include "log.h" namespace bluetooth { namespace hci { Loading tools/rootcanal/model/controller/le_advertiser.cc +1 −1 Original line number Diff line number Diff line Loading @@ -1464,7 +1464,7 @@ void LinkLayerController::LeAdvertising() { type = model::packets::LegacyAdvertisingType::ADV_NONCONN_IND; break; default: ASSERT( LOG_ALWAYS_FATAL( "unexpected raw advertising event properties;" " please check the extended advertising parameter validation"); break; Loading tools/rootcanal/model/setup/phy_layer.cc +2 −2 Original line number Diff line number Diff line Loading @@ -28,7 +28,7 @@ void PhyLayer::Register(std::shared_ptr<PhyDevice> device) { } void PhyLayer::Unregister(PhyDevice::Identifier id) { for (auto device : phy_devices_) { for (auto& device : phy_devices_) { if (device->id == id) { device->Unregister(this); phy_devices_.remove(device); Loading @@ -38,7 +38,7 @@ void PhyLayer::Unregister(PhyDevice::Identifier id) { } void PhyLayer::UnregisterAll() { for (auto device : phy_devices_) { for (auto& device : phy_devices_) { device->Unregister(this); } phy_devices_.clear(); Loading Loading
tools/rootcanal/lib/hci/class_of_device.cc +1 −1 Original line number Diff line number Diff line Loading @@ -25,7 +25,7 @@ #include <sstream> #include <vector> #include "os/log.h" #include "log.h" namespace bluetooth { namespace hci { Loading
tools/rootcanal/model/controller/le_advertiser.cc +1 −1 Original line number Diff line number Diff line Loading @@ -1464,7 +1464,7 @@ void LinkLayerController::LeAdvertising() { type = model::packets::LegacyAdvertisingType::ADV_NONCONN_IND; break; default: ASSERT( LOG_ALWAYS_FATAL( "unexpected raw advertising event properties;" " please check the extended advertising parameter validation"); break; Loading
tools/rootcanal/model/setup/phy_layer.cc +2 −2 Original line number Diff line number Diff line Loading @@ -28,7 +28,7 @@ void PhyLayer::Register(std::shared_ptr<PhyDevice> device) { } void PhyLayer::Unregister(PhyDevice::Identifier id) { for (auto device : phy_devices_) { for (auto& device : phy_devices_) { if (device->id == id) { device->Unregister(this); phy_devices_.remove(device); Loading @@ -38,7 +38,7 @@ void PhyLayer::Unregister(PhyDevice::Identifier id) { } void PhyLayer::UnregisterAll() { for (auto device : phy_devices_) { for (auto& device : phy_devices_) { device->Unregister(this); } phy_devices_.clear(); Loading