summaryrefslogtreecommitdiff
path: root/packages/SettingsLib/src/com/android/settingslib/bluetooth/A2dpProfile.java
Commit message (Expand)AuthorAgeFilesLines
* Add support for Opus over A2DPOmer Osman2022-06-211-0/+8
* Removed getActiveDevice call to BluetoothProfileEtienne Ruffieux2022-02-031-4/+4
* Replacing getActiveDevice by btAdapter.getActiveDevices()Etienne Ruffieux2022-02-011-2/+4
* Make BluetoothCodecConfig and BluetoothCodecStatus public.Etienne Ruffieux2021-12-031-5/+19
* Revert "Revert "Require user pass in a non-null BluetoothDevice ..."Rahul Sabnis2020-03-181-11/+24
* Use removeActiveDevice() when set phone as active devicehughchen2020-03-021-1/+3
* Use new bt api to set active devicehughchen2020-02-061-3/+8
* Update LocalBluetoothProfile apihughchen2020-02-061-22/+13
* Update connect/disconnect Bluetooth apihughchen2020-02-061-12/+16
* Merge "Update Bluetooth api on SettingsLib"Treehugger Robot2019-12-131-10/+16
|\
| * Update Bluetooth api on SettingsLibhughchen2019-12-121-10/+16
* | Make BluetoothUuid constants and some functions System ApisRahul Sabnis2019-12-041-2/+2
|/
* Add getConnectableDevices() to read A2DP & HearingAid devices on all statestimhypeng2019-03-111-5/+36
* Move SettingsLib icons to android.Amin Shaikh2019-01-251-1/+1
* Add onConnectedDeviceChanged() onServiceConnected() callbackhughchen2019-01-211-0/+1
* Remove duplicate log of BluetoothProfile.ServiceListenerChienyuan2019-01-031-4/+1
* Merge "Rename method isConnectable()" am: e238a19aa5 am: 78e8da5e79Leon Liao2018-09-261-1/+1
|\
| * Rename method isConnectable()Leon Liao2018-09-201-1/+1
| * DO NOT MERGE: Cherry-pick misc fixes to AOSPhjchangliao2018-08-281-17/+7
* | remove LocalBluetoothAdapter usagetimhypeng2018-08-171-6/+3
* | Merge "Remove A2DP connect logic from settingslib" am: bd249a19bb am: 2b614b6ea9Chienyuan2018-08-161-14/+0
|\|
| * Remove A2DP connect logic from settingslibChienyuan2018-08-091-14/+0
* | Remove mProfileManager in BluetoothEventManagerChienyuan2018-08-031-1/+1
* | Rename the Utils class in settingslib.bluetoothKunhung Li2018-05-181-1/+1
* | Merge "Add Bluetooth callback for device connection state changed" into pi-de...Ryan Lin2018-05-111-0/+5
|\|
| * Add Bluetooth callback for device connection state changedryanywlin2018-05-111-0/+5
* | Remove wrapper for BluetoothA2dphjchangliao2018-04-261-17/+7
|/
* Merge "Removed executable flag for Java source files" am: 9a7c651196 am: 9304...Pavlin Radoslavov2018-02-231-0/+0
|\
| * Removed executable flag for Java source filesPavlin Radoslavov2018-02-231-0/+0
| * Add support for Multi-A2DP state machines per devicePavlin Radoslavov2018-01-261-6/+6
| * Add Settings support for Bluetooth Multi-A2DP and Multi-HFPPavlin Radoslavov2018-01-261-9/+23
* | Add support for Multi-A2DP state machines per devicePavlin Radoslavov2018-01-251-6/+6
* | Add Settings support for Bluetooth Multi-A2DP and Multi-HFPPavlin Radoslavov2018-01-221-9/+23
* | Move BluetoothA2dpWrapper to the wrapper package.Doris Ling2017-09-151-5/+4
|/
* Use localized strings for HD Audio option labelJustin Klaassen2017-08-281-4/+29
* Fix a race condition in the A2dpProfile constructorAntony Sargent2017-05-171-1/+1
* Add a "Use high quality audio" option to Bluetooth A2DP device settingsAntony Sargent2017-05-161-1/+83
* Don't disconnect an A2DP device when connecting to same devicePavlin Radoslavov2016-11-171-0/+4
* Move non-ui bt settings code to SettingsLibJason Monk2015-02-051-0/+214