summaryrefslogtreecommitdiff
path: root/core/java/android/bluetooth/BluetoothHeadset.java
Commit message (Expand)AuthorAgeFilesLines
* Migrating frameworks/base BT filesRoopa Sattiraju2022-01-171-1516/+0
* Make BluetoothHeadset APIs used by Telecom into System APIsRahul Sabnis2022-01-121-66/+104
* Remove allowBlocking from all BluetoothProfilesWilliam Escande2021-12-161-218/+304
* Merge "Copy attributable to Bluetooth" am: b4950bde08 am: a6d1bd6b57 am: 1cdc...Treehugger Robot2021-12-141-1/+0
|\
| * Copy attributable to BluetoothWilliam Escande2021-12-141-1/+0
* | Revert "Revert "Complete hard removal of BluetoothHeadset#setPri..."Rahul Sabnis2021-12-141-43/+0
* | Revert "Complete hard removal of BluetoothHeadset#setPriority system API that"Rahul Sabnis2021-12-091-0/+43
* | Complete hard removal of BluetoothHeadset#setPriority system API thatRahul Sabnis2021-12-021-43/+0
|/
* Changing BluetoothHeadset APIs from @hide to @SystemApiRoopa Sattiraju2021-09-091-6/+6
* Merge "More Binder call AttributionSource assignment." into sc-devJeff Sharkey2021-06-041-4/+7
|\
| * More Binder call AttributionSource assignment.Jeff Sharkey2021-06-031-4/+7
* | CloseGuard for more Bluetooth components.Jeff Sharkey2021-06-031-0/+12
|/
* Preserve legacy permission check behavior.Jeff Sharkey2021-04-281-0/+10
* Long-tail of AttributionSource plumbing.Jeff Sharkey2021-04-241-26/+36
* More AttributionSource plumbing.Jeff Sharkey2021-04-231-5/+10
* Annotations for Bluetooth broadcast intents.Jeff Sharkey2021-04-211-0/+1
* More Bluetooth API annotation updates.Jeff Sharkey2021-04-161-0/+16
* Update Bluetooth API annotations.Jeff Sharkey2021-04-141-43/+106
* Remove BluetoothHeadset#setPriority which was deprecated in Android 11Rahul Sabnis2021-03-241-0/+1
* docs: fix typo HDP->HFP in BluetoothHeadsetJakub Pawlowski2021-01-291-1/+1
* docs: Use correct profile for intentKevin Hufnagle2021-01-291-1/+1
* Merge "Derestrict some non-SDK APIs."Mathew Inwood2021-01-131-3/+3
|\
| * Derestrict some non-SDK APIs.Mathew Inwood2021-01-071-3/+3
* | Introduce public APIs to check whether a remote bluetooth headsetRahul Sabnis2021-01-061-0/+42
|/
* Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-11-041-6/+7
* Add BLUETOOTH_PRIVILEGED permission as a requirement for all new Bluetooth Sy...Rahul Sabnis2020-03-211-9/+31
* Use new UnsupportedAppUsage annotation.Artur Satayev2020-01-101-1/+1
* Refactor BluetoothHeadset APIs used by SettingsRahul Sabnis2019-12-041-2/+3
* Rename priority to connection policy in bluetooth apisRahul Sabnis2019-12-021-11/+48
* Declare STATE_AUDIO_CONNECTED in right placeChienyuan2019-05-291-2/+1
* Fix binder leakage when turning off BluetoothUgo Yu2019-05-021-21/+19
* HFP: Send caller ID in +CLIP command (1/4)Benson Li2018-11-091-2/+2
* Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-011-0/+13
* Bluetooth: Fix HFP SCO logic and documentationJack He2018-05-071-30/+67
* Merge "Make Bluetooth constants used by gmscore a system api"Treehugger Robot2018-01-111-2/+2
|\
| * Make Bluetooth constants used by gmscore a system apiSelim Gurun2018-01-091-2/+2
* | HFP: Add isInbandRingingEnabled() API (1/4)Jack He2018-01-091-2/+28
|/
* HFP: Add APIs for set and get active device (1/3)Jack He2018-01-051-0/+88
* Add SystemApis annotationsSelim Gurun2018-01-051-0/+8
* BT: Remove dead code in BluetoothHeadsetJack He2017-12-071-138/+0
* Bluetooth: Thread-safe binder invocationJack He2017-09-061-79/+102
* Fix checkstyle errors (2/2)Jack He2017-08-241-29/+22
* Fix checkstyle errors (1/2)Jack He2017-08-241-113/+119
* Merge "Support battery level reporting via Apple VSC (1/2)"Jack He2017-06-291-0/+19
|\
| * Support battery level reporting via Apple VSC (1/2)Jack He2017-06-291-0/+19
* | Merge "Support battery level reporting via Plantronics XEVENT (1/2)"Jack He2017-06-291-0/+12
|\|
| * Support battery level reporting via Plantronics XEVENT (1/2)Jack He2017-06-291-0/+12
* | Merge "HFP: Modify comments for ACTION_HF_INDICATORS_VALUE_CHANGED (1/2)"Andre Eisenbach2017-06-291-12/+12
|\|
| * HFP: Modify comments for ACTION_HF_INDICATORS_VALUE_CHANGED (1/2)Jack He2017-06-291-12/+12
* | Merge "Add APIs to get remote device's battery level (1/2)"Jack He2017-06-281-6/+5
|\|