Home
last modified time | relevance | path

Searched refs:bluetoothProfile (Results 1 – 18 of 18) sorted by relevance

/packages/apps/Settings/src/com/android/settings/connecteddevice/audiosharing/
DAudioSharingDevicePreferenceController.java326 int bluetoothProfile) { in onProfileConnectionStateChanged() argument
339 && bluetoothProfile == BluetoothProfile.LE_AUDIO_BROADCAST_ASSISTANT) { in onProfileConnectionStateChanged()
352 handleOnProfileStateChanged(cachedDevice, bluetoothProfile); in onProfileConnectionStateChanged()
393 @NonNull CachedBluetoothDevice cachedDevice, int bluetoothProfile) { in handleOnProfileStateChanged() argument
398 && bluetoothProfile != BluetoothProfile.LE_AUDIO_BROADCAST_ASSISTANT) { in handleOnProfileStateChanged()
405 boolean isFirstConnectedProfile = isFirstConnectedProfile(cachedDevice, bluetoothProfile); in handleOnProfileStateChanged()
437 CachedBluetoothDevice cachedDevice, int bluetoothProfile) { in isFirstConnectedProfile() argument
441 profile.getProfileId() != bluetoothProfile in isFirstConnectedProfile()
DAudioSharingCallAudioPreferenceController.java255 int bluetoothProfile) { in onProfileConnectionStateChanged() argument
257 && bluetoothProfile == BluetoothProfile.LE_AUDIO_BROADCAST_ASSISTANT) { in onProfileConnectionStateChanged()
/packages/apps/Settings/src/com/android/settings/connecteddevice/audiosharing/audiostreams/
DAudioStreamsActiveDeviceSummaryUpdater.java51 @Nullable CachedBluetoothDevice activeDevice, int bluetoothProfile) { in onActiveDeviceChanged() argument
58 + bluetoothProfile); in onActiveDeviceChanged()
60 if (bluetoothProfile == BluetoothProfile.LE_AUDIO) { in onActiveDeviceChanged()
DAudioStreamsCategoryController.java48 @Nullable CachedBluetoothDevice activeDevice, int bluetoothProfile) {
49 if (bluetoothProfile == BluetoothProfile.LE_AUDIO) {
DAudioStreamsScanQrCodeController.java51 @Nullable CachedBluetoothDevice activeDevice, int bluetoothProfile) {
52 if (bluetoothProfile == BluetoothProfile.LE_AUDIO) {
DAudioStreamMediaService.java107 int bluetoothProfile) {
109 && bluetoothProfile == BluetoothProfile.LE_AUDIO_BROADCAST_ASSISTANT
DAudioStreamsProgressCategoryController.java63 @Nullable CachedBluetoothDevice activeDevice, int bluetoothProfile) {
64 if (bluetoothProfile == BluetoothProfile.LE_AUDIO) {
/packages/apps/Car/Settings/src/com/android/car/settings/qc/
DPairedBluetoothDevicesWorker.java83 public void onActiveDeviceChanged(CachedBluetoothDevice activeDevice, int bluetoothProfile) { in onActiveDeviceChanged() argument
89 int state, int bluetoothProfile) { in onProfileConnectionStateChanged() argument
/packages/apps/Settings/src/com/android/settings/accessibility/
DAvailableHearingDevicePreferenceController.java100 public void onActiveDeviceChanged(CachedBluetoothDevice activeDevice, int bluetoothProfile) { in onActiveDeviceChanged() argument
105 if (bluetoothProfile == BluetoothProfile.HEARING_AID) { in onActiveDeviceChanged()
DAccessibilityHearingAidPreferenceController.java182 public void onActiveDeviceChanged(CachedBluetoothDevice activeDevice, int bluetoothProfile) { in onActiveDeviceChanged() argument
187 if (bluetoothProfile == BluetoothProfile.HEARING_AID) { in onActiveDeviceChanged()
DHearingDevicePairingFragment.java222 int state, int bluetoothProfile) { in onProfileConnectionStateChanged() argument
/packages/apps/Settings/src/com/android/settings/homepage/contextualcards/slices/
DBluetoothUpdateWorker.java90 public void onActiveDeviceChanged(CachedBluetoothDevice activeDevice, int bluetoothProfile) { in onActiveDeviceChanged() argument
106 int bluetoothProfile) { in onProfileConnectionStateChanged() argument
/packages/modules/Bluetooth/android/leaudio/app/src/main/java/com/android/bluetooth/leaudio/
DBluetoothProxy.java758 public void onServiceConnected(int i, BluetoothProfile bluetoothProfile) { in initProfiles()
764 + bluetoothProfile); in initProfiles()
767 bluetoothCsis = (BluetoothCsipSetCoordinator) bluetoothProfile; in initProfiles()
770 bluetoothLeAudio = (BluetoothLeAudio) bluetoothProfile; in initProfiles()
786 bluetoothVolumeControl = (BluetoothVolumeControl) bluetoothProfile; in initProfiles()
789 bluetoothHapClient = (BluetoothHapClient) bluetoothProfile; in initProfiles()
797 mBluetoothLeBroadcast = (BluetoothLeBroadcast) bluetoothProfile; in initProfiles()
810 (BluetoothLeBroadcastAssistant) bluetoothProfile; in initProfiles()
/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothDeviceUpdater.java176 int bluetoothProfile) { in onProfileConnectionStateChanged() argument
179 + ", state: " + state + ", bluetoothProfile: " + bluetoothProfile); in onProfileConnectionStateChanged()
DBluetoothDevicePairingDetailBase.java118 int bluetoothProfile) { in onProfileConnectionStateChanged() argument
/packages/apps/Settings/src/com/android/settings/sound/
DAudioSwitchPreferenceController.java172 public void onActiveDeviceChanged(CachedBluetoothDevice activeDevice, int bluetoothProfile) { in onActiveDeviceChanged() argument
183 int bluetoothProfile) { in onProfileConnectionStateChanged() argument
/packages/apps/Settings/src/com/android/settings/connecteddevice/
DAvailableMediaDeviceGroupController.java324 public void onActiveDeviceChanged(CachedBluetoothDevice activeDevice, int bluetoothProfile) { in onActiveDeviceChanged() argument
330 if (bluetoothProfile == BluetoothProfile.HEARING_AID) { in onActiveDeviceChanged()
/packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/
DBluetoothPreferenceController.java134 public void onActiveDeviceChanged(CachedBluetoothDevice activeDevice, int bluetoothProfile) { in onActiveDeviceChanged() argument