diff options
Diffstat (limited to 'system/audio_hal_interface/a2dp_encoding.h')
-rw-r--r-- | system/audio_hal_interface/a2dp_encoding.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/audio_hal_interface/a2dp_encoding.h b/system/audio_hal_interface/a2dp_encoding.h index 8e149ac55e..51d5c9f309 100644 --- a/system/audio_hal_interface/a2dp_encoding.h +++ b/system/audio_hal_interface/a2dp_encoding.h @@ -44,7 +44,7 @@ void cleanup(); bool setup_codec(); // Set low latency buffer mode allowed or disallowed -bool set_audio_low_latency_mode_allowed(bool allowed); +void set_audio_low_latency_mode_allowed(bool allowed); // Send command to the BluetoothAudio HAL: StartSession, EndSession, // StreamStarted, StreamSuspended |