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

Commit 698866f3 authored by Jakub Tyszkowski's avatar Jakub Tyszkowski
Browse files

AIDL/LeAudio: Clean-up the dead code

Bug: 295972694
Test: atest --host bluetooth_le_audio_test bluetooth_le_audio_client_test bluetooth_test_broadcaster bluetooth_test_broadcaster_state_machine bluetooth_le_audio_codec_manager_test
Change-Id: I8c1922b2ddc5bf326c7ac0bd09f05a3740919ecd
parent 4ed6369e
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -54,7 +54,6 @@ constexpr uint8_t kBitsPerSample32 = 32;

using ::bluetooth::audio::le_audio::StreamCallbacks;

void flush_sink();
void flush_source();
bool hal_ucast_capability_to_stack_format(
    const UnicastCapability& ucast_capability,
@@ -62,9 +61,6 @@ bool hal_ucast_capability_to_stack_format(
AudioConfiguration offload_config_to_hal_audio_config(
    const ::le_audio::offload_config& offload_config);

bool is_source_hal_enabled();
bool is_sink_hal_enabled();

std::vector<AudioSetConfiguration> get_offload_capabilities();

class LeAudioTransport {