Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ed2bffd5 authored by Ajay Panicker's avatar Ajay Panicker
Browse files

Enable AVDTP Delay reports by default.

Bug: 32755225
Test: See that delay reports are enabled when connecting to device
Change-Id: I03bd216eb1725ee3e2e5da4e0baae61007ba2dcf
(cherry picked from commit 621fc6c06ed3804285901668ee678acd65e0a5fb)
parent a95a133e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -42,5 +42,5 @@ const char* audio_a2dp_hw_dump_ctrl_event(tA2DP_CTRL_CMD event) {
}

bool delay_reporting_enabled() {
  return osi_property_get_bool("persist.bluetooth.enabledelayreports", false);
  return !osi_property_get_bool("persist.bluetooth.disabledelayreports", false);
}
 No newline at end of file