summaryrefslogtreecommitdiff
path: root/packages/SettingsLib/src/com/android/settingslib/bluetooth/HearingAidProfile.java
Commit message (Expand)AuthorAgeFilesLines
* Using reflection to get private BluetoothHearingAid APIs for short termjasonwshsu2022-05-121-0/+99
* Merge "Replacing getActiveDevice by btAdapter.getActiveDevices()" am: fa9d5b2...Etienne Ruffieux2022-02-021-2/+4
|\
| * Replacing getActiveDevice by btAdapter.getActiveDevices()Etienne Ruffieux2022-02-011-2/+4
| * BluetoothHearingAid System APIs now throw an exception if a nullRahul Sabnis2020-03-251-4/+4
| * 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
* | Switch the audio path from the settings during the call, and the music will b...timhypeng2021-11-081-3/+8
* | BluetoothHearingAid System APIs now throw an exception if a nullRahul Sabnis2020-03-241-4/+4
* | Use removeActiveDevice() when set phone as active devicehughchen2020-02-271-1/+3
* | Update LocalBluetoothProfile apihughchen2020-02-051-22/+13
* | Use new bt api to set active devicehughchen2020-02-041-3/+8
* | Update connect/disconnect Bluetooth apihughchen2020-01-101-12/+16
|/
* Remove unused BluetoothHearingAid APIs and usagesRahul Sabnis2019-12-161-21/+0
* Update Bluetooth api on SettingsLibhughchen2019-12-121-10/+16
* 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-1/+1
* Remove duplicate log of BluetoothProfile.ServiceListenerChienyuan2019-01-031-3/+1
* Make HearingAid code more generictimhypeng2018-10-251-1/+1
* Merge "Rename method isConnectable()" am: e238a19aa5 am: 78e8da5e79Leon Liao2018-09-261-1/+1
|\
| * Merge "Rename method isConnectable()"Leon Liao2018-09-261-1/+1
| |\
| | * Rename method isConnectable()Leon Liao2018-09-201-1/+1
| | * DO NOT MERGE: Reordered imports according to Android style.Fan Zhang2018-09-041-7/+1
| |/
* | Sort importsFan Zhang2018-08-281-1/+1
* | remove LocalBluetoothAdapter usagetimhypeng2018-08-171-7/+4
* | Remove mProfileManager in BluetoothEventManagerChienyuan2018-08-031-1/+1
* | Merge "Remove Hearing Aid toggle in Settings" into pi-dev am: 03ca09dac1Stanley Tng2018-05-181-1/+1
|\|
| * Remove Hearing Aid toggle in SettingsStanley Tng2018-05-171-1/+1
* | Rename the Utils class in settingslib.bluetoothKunhung Li2018-05-181-7/+1
|/
* Add Bluetooth callback for device connection state changedryanywlin2018-05-111-0/+5
* Show only 1 entry for hearing aid device after killing the activity.Isha Bobra2018-04-131-2/+9
* Hearing Aid: change get/set active device (3/3)Hansong Zhang2018-04-041-5/+4
* Hearing Aid Profile: set and get activeDeviceHansong Zhang2018-03-201-0/+11
* Hearing Aid profileJakub Pawlowski2018-02-141-0/+235