summaryrefslogtreecommitdiff
path: root/core/java/android/bluetooth/BluetoothPan.java
Commit message (Expand)AuthorAgeFilesLines
* Set attributionTag for noteOp(WRITE_SETTINGS) callsPhilip P. Moltmann2020-04-211-1/+1
* Add BLUETOOTH_PRIVILEGED permission as a requirement for all new Bluetooth Sy...Rahul Sabnis2020-03-211-19/+4
* Update permissions of BluetoothPan System APIs and re-hide some APIsRahul Sabnis2020-03-201-6/+16
* Add @RequiresPermission annotation to SystemApis in BluetoothPan, openRahul Sabnis2020-01-221-4/+18
* Merge "Use new UnsupportedAppUsage annotation."satayev2020-01-131-1/+1
|\
| * Use new UnsupportedAppUsage annotation.Artur Satayev2020-01-101-1/+1
* | Add setConnectionPolicy to HidDevice and Pan. Clean up documentation forRahul Sabnis2020-01-091-0/+37
|/
* Resolve API dependencies on BluetoothPanRahul Sabnis2019-11-211-5/+38
* Passing caller package name to setBluetoothTetheringmarkchien2019-08-271-2/+6
* Fix binder leakage when turning off BluetoothUgo Yu2019-05-021-111/+23
* Merge "Add @UnsupportedAppUsage annotations"Mathew Inwood2018-08-061-0/+11
|\
| * Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-011-0/+11
* | Pass in the user defined by Context.Jeff Sharkey2018-02-031-1/+1
|/
* Bluetooth: Thread-safe binder invocationJack He2017-09-061-31/+30
* Fix checkstyle errors (2/2)Jack He2017-08-241-5/+6
* Fix checkstyle errors (1/2)Jack He2017-08-241-57/+60
* Detect non-oneway calls leaving system_server.Jeff Sharkey2016-11-071-1/+2
* Bluetooth: Fix to avoid framework reboot during monkey testingNitin Shivpure2015-06-021-6/+15
* Bluetooth: Check for mPanService before changing tethering stateHemant Gupta2015-05-191-8/+14
* Get rid of not specifying a user errors in bluetooth.Dianne Hackborn2014-03-201-1/+2
* Remove unused imports from frameworks/base.John Spurlock2013-11-201-1/+0
* Check callback null condition for register/unregsiter state change callbackMatthew Xie2013-10-101-10/+21
* Start restricting service calls with implicit intents.Dianne Hackborn2013-08-051-10/+15
* Reduce android.bluetooth package debug messagesMatthew Xie2012-10-091-6/+7
* Fixed issue with Settings app crashing after during on/off and unpair.fredc2012-07-161-0/+40
* Non persistent adapter servicefredc2012-07-161-55/+64
* Changes for new Bluetooth APIs.Jaikumar Ganesh2012-07-131-7/+22
* Cleanup references when turning BT off.Jaikumar Ganesh2011-11-281-1/+5
* Refactor Bluetooth Profile.Jaikumar Ganesh2011-06-141-23/+38
* Make BluetoothPan inherit from BluetoothProfile.Jaikumar Ganesh2011-02-231-101/+175
* Make connection / disconnect failure more robust.Jaikumar Ganesh2011-01-191-0/+13
* Add EXTRA_LOCAL_ROLE to Pan State change intent.Jaikumar Ganesh2010-12-211-35/+47
* Update BT APIs return type from Set to List.Jaikumar Ganesh2010-10-221-12/+8
* Decouple Tethering UI with registering of SDP records.Jaikumar Ganesh2010-09-021-2/+2
* bluetooth tetheringDanica Chang2010-08-181-0/+192