mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-05 07:08:50 +00:00
Merge "Use parens to fix output"
This commit is contained in:
@@ -426,8 +426,8 @@ void BluetoothAudioSession::ReportLowLatencyModeAllowedChanged(bool allowed) {
|
|||||||
for (auto& observer : observers_) {
|
for (auto& observer : observers_) {
|
||||||
uint16_t cookie = observer.first;
|
uint16_t cookie = observer.first;
|
||||||
std::shared_ptr<PortStatusCallbacks> callback = observer.second;
|
std::shared_ptr<PortStatusCallbacks> callback = observer.second;
|
||||||
LOG(INFO) << __func__ << " - allowed="
|
LOG(INFO) << __func__
|
||||||
<< allowed ? " allowed" : " disallowed";
|
<< " - allowed=" << (allowed ? " allowed" : " disallowed");
|
||||||
callback->low_latency_mode_allowed_cb_(cookie, allowed);
|
callback->low_latency_mode_allowed_cb_(cookie, allowed);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user