Loading tools/rootcanal/model/devices/hci_device.cc +1 −1 Original line number Diff line number Diff line Loading @@ -80,7 +80,7 @@ HciDevice::HciDevice(std::shared_ptr<HciTransport> transport, HandleIso(iso); }, [this]() { INFO("HCI transport closed"); INFO(id_, "HCI transport closed"); Close(); }); } Loading tools/rootcanal/model/setup/test_model.cc +1 −1 Original line number Diff line number Diff line Loading @@ -208,7 +208,7 @@ PhyDevice::Identifier TestModel::AddHciConnection( }}; device->SetAddress(bluetooth_address); INFO("Initialized device with address {}", bluetooth_address.ToString()); INFO(device->id_, "Initialized device with address {}", bluetooth_address.ToString()); for (auto& [_, phy_layer] : phy_layers_) { phy_layer->Register(phy_devices_[device_id]); Loading Loading
tools/rootcanal/model/devices/hci_device.cc +1 −1 Original line number Diff line number Diff line Loading @@ -80,7 +80,7 @@ HciDevice::HciDevice(std::shared_ptr<HciTransport> transport, HandleIso(iso); }, [this]() { INFO("HCI transport closed"); INFO(id_, "HCI transport closed"); Close(); }); } Loading
tools/rootcanal/model/setup/test_model.cc +1 −1 Original line number Diff line number Diff line Loading @@ -208,7 +208,7 @@ PhyDevice::Identifier TestModel::AddHciConnection( }}; device->SetAddress(bluetooth_address); INFO("Initialized device with address {}", bluetooth_address.ToString()); INFO(device->id_, "Initialized device with address {}", bluetooth_address.ToString()); for (auto& [_, phy_layer] : phy_layers_) { phy_layer->Register(phy_devices_[device_id]); Loading