Searched refs:LeAudio (Results 1 – 13 of 13) sorted by relevance
/packages/apps/Settings/aconfig/ |
D | settings_bluetooth_declarations.aconfig | 21 description: "Gates whether to hide LeAudio toggle for LeAudio-only device"
|
/packages/modules/Bluetooth/android/pandora/mmi2grpc/mmi2grpc/ |
D | vcp.py | 25 from pandora_experimental.le_audio_grpc import LeAudio 34 self.le_audio = LeAudio(channel)
|
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/ |
D | uuid.rs | 72 LeAudio, enumerator 102 Profile::LeAudio, 143 (Uuid::from_string(LE_AUDIO).unwrap(), Profile::LeAudio),
|
D | bluetooth_media.rs | 91 &[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()
|
D | bluetooth.rs | 741 | 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/ |
D | CleanSpec.mk | 47 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/app/LeAudio)
|
/packages/modules/Bluetooth/flags/ |
D | leaudio.aconfig | 138 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"
|
D | mcp.aconfig | 7 description: "Handle LeAudio play same as in AVRCP in case player is not active"
|
/packages/modules/Bluetooth/pandora/interfaces/pandora_experimental/ |
D | le_audio.proto | 11 service LeAudio { service
|
/packages/modules/Bluetooth/android/pandora/server/src/ |
D | Server.kt | 69 BluetoothProfile.LE_AUDIO to ::LeAudio,
|
D | LeAudio.kt | 44 class LeAudio(val context: Context) : LeAudioImplBase(), Closeable { class
|
/packages/modules/Bluetooth/system/gd/metrics/chromeos/ |
D | metrics_event.cc | 105 LeAudio, enumerator
|
/packages/modules/Bluetooth/system/gd/rust/topshim/src/ |
D | btif.rs | 888 LeAudio, enumerator 904 SupportedProfiles::LeAudio => "le_audio", in from()
|