Home
last modified time | relevance | path

Searched refs:getAudioLocation (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
H A DLeAudioProfile.java293 public int getAudioLocation(BluetoothDevice device) { in getAudioLocation() method in LeAudioProfile
297 return mService.getAudioLocation(device); in getAudioLocation()
H A DLocalBluetoothProfileManager.java381 .setLeAudioLocation(getLeAudioProfile().getAudioLocation(device)) in onReceiveInternal()