summaryrefslogtreecommitdiff
path: root/core/java/android/bluetooth/BluetoothPan.java
Commit message (Expand)AuthorAgeFilesLines
* Migrating frameworks/base BT filesRoopa Sattiraju2022-01-171-525/+0
* Remove allowBlocking from all BluetoothProfilesWilliam Escande2021-12-161-60/+99
* Copy attributable to BluetoothWilliam Escande2021-12-141-2/+0
* More Binder call AttributionSource assignment.Jeff Sharkey2021-06-031-2/+3
* Relax ACTION_TETHERING_STATE_CHANGED permissions.Jeff Sharkey2021-05-201-2/+0
* Long-tail of AttributionSource plumbing.Jeff Sharkey2021-04-241-11/+16
* More AttributionSource plumbing.Jeff Sharkey2021-04-231-5/+11
* More Bluetooth API annotation updates.Jeff Sharkey2021-04-161-0/+6
* Update Bluetooth API annotations.Jeff Sharkey2021-04-141-9/+33
* Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-291-1/+2
* Revert "Add maxTargetSdk restriction to unused APIs."Hongwei Wang2020-10-281-2/+1
* Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-271-1/+2
* Merge "Add action for Bluetooth tethering state changed" am: cf44a015e8 am: 7...Treehugger Robot2020-09-181-0/+35
|\
| * Add action for Bluetooth tethering state changedTed Wang2020-09-161-0/+35
| * Set attributionTag for noteOp(WRITE_SETTINGS) callsPhilip P. Moltmann2020-04-201-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-091-6/+16
* | 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