summaryrefslogtreecommitdiff
path: root/packages/SettingsLib/src/com/android/settingslib/bluetooth/LeAudioProfile.java
Commit message (Collapse)AuthorAgeFilesLines
* [LE Unicast] Using the active device as main device after groupingSongFerngWang2022-06-221-0/+32
| | | | | | | | | | | After onGroupIdChanged, the CsipDeviceManager assigns the first device with the same groupId as main device. It is not correct since the main device shouble be the active device. This issue causes the summary can't shows 'Active' at the Settings. Bug: 232892046 Test: Build pass Change-Id: I00e5471b9315c896b8c16723ad37d66a922c27e4
* Add the API to get the AudioLocationSongFerngWang2022-03-091-0/+7
| | | | | | | | | | 1.Add the API(getAudioLocation) to get the AudioLocation of LE audio device at LeAudioProfile. 2.Add LeAudio summary state Bug: 218626547 Test: build pass Change-Id: I3655d1771f0ee9d60f65406e83b42e40307bd4f3
* Merge "Removed calls to connect/disconnect LeAudio"Etienne Ruffieux2022-02-031-8/+8
|\
| * Removed calls to connect/disconnect LeAudioEtienne Ruffieux2022-02-031-8/+8
| | | | | | | | | | | | | | Tag: #feature Bug: 200202780 Test: manual Change-Id: Ib4ce2776d1c1d1abee3b80f603294dc3af571440
| * settingslib/bluetooth: Add LeAudio supportŁukasz Rymanowski2021-10-151-0/+264
| | | | | | | | Bug: 150670922 Tag: #feature Sponsor: jpawlowski@ Test: Manual Change-Id: I45402a6d315d8ccc2bc756bdc9937e81eea3c58a
* Replacing getActiveDevice by btAdapter.getActiveDevices()Etienne Ruffieux2022-02-011-3/+3
| | | | | | | | | | | BluetoothProfile.getActiveDevice() is hidden, packages should call BluetoothAdapter.getActiveDevices(profile) instead. Tag: #feature Bug: 200202780 Test: build Change-Id: If7275488406ceebc9ccf6cee87d4963174de103d
* settingslib/bluetooth: Add LeAudio supportŁukasz Rymanowski2021-10-151-0/+264
Bug: 150670922 Tag: #feature Sponsor: jpawlowski@ Test: Manual Merged-In: I45402a6d315d8ccc2bc756bdc9937e81eea3c58a Change-Id: I45402a6d315d8ccc2bc756bdc9937e81eea3c58a