Home
last modified time | relevance | path

Searched refs:LeAudio (Results 1 – 13 of 13) sorted by relevance

/packages/apps/Settings/aconfig/
Dsettings_bluetooth_declarations.aconfig21 description: "Gates whether to hide LeAudio toggle for LeAudio-only device"
/packages/modules/Bluetooth/android/pandora/mmi2grpc/mmi2grpc/
Dvcp.py25 from pandora_experimental.le_audio_grpc import LeAudio
34 self.le_audio = LeAudio(channel)
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Duuid.rs72 LeAudio, enumerator
102 Profile::LeAudio,
143 (Uuid::from_string(LE_AUDIO).unwrap(), Profile::LeAudio),
Dbluetooth_media.rs91 &[Profile::LeAudio, Profile::VolumeControl, Profile::CoordinatedSet];
654 Profile::LeAudio | Profile::VolumeControl | Profile::CoordinatedSet => { in enable_profile()
679 &Profile::LeAudio => { in enable_profile()
724 &Profile::LeAudio => { in disable_profile()
757 &Profile::LeAudio => { in is_profile_enabled()
3148 Profile::LeAudio, in initialize()
3167 Profile::LeAudio => { in connect_lea_group_by_member_address()
3204 Profile::LeAudio => { in disconnect_lea_group_by_member_address()
Dbluetooth.rs741 | Profile::LeAudio in disable_profile()
768 | Profile::LeAudio in enable_profile()
791 | Profile::LeAudio in is_profile_enabled()
2765 Profile::LeAudio | Profile::VolumeControl | Profile::CoordinatedSet in connect_all_enabled_profiles()
2883 Profile::LeAudio | Profile::VolumeControl | Profile::CoordinatedSet in disconnect_all_enabled_profiles()
2990 uuids.contains(&get_unwrapped_uuid(Profile::LeAudio)) in is_dual_mode_audio_sink_device()
/packages/modules/Bluetooth/android/leaudio/
DCleanSpec.mk47 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/app/LeAudio)
/packages/modules/Bluetooth/flags/
Dleaudio.aconfig138 description: "Make sure Active Device Manager understands LeAudio groups"
198 description: "Enable Le Audio for LeAudio only devices"
215 … description: "Fix for one device being not connected when toggle LeAudio is switch during bonding"
Dmcp.aconfig7 description: "Handle LeAudio play same as in AVRCP in case player is not active"
/packages/modules/Bluetooth/pandora/interfaces/pandora_experimental/
Dle_audio.proto11 service LeAudio { service
/packages/modules/Bluetooth/android/pandora/server/src/
DServer.kt69 BluetoothProfile.LE_AUDIO to ::LeAudio,
DLeAudio.kt44 class LeAudio(val context: Context) : LeAudioImplBase(), Closeable { class
/packages/modules/Bluetooth/system/gd/metrics/chromeos/
Dmetrics_event.cc105 LeAudio, enumerator
/packages/modules/Bluetooth/system/gd/rust/topshim/src/
Dbtif.rs888 LeAudio, enumerator
904 SupportedProfiles::LeAudio => "le_audio", in from()