summaryrefslogtreecommitdiff
path: root/core/java/android/bluetooth/BluetoothPan.java
AgeCommit message (Expand)Author
2021-06-03More Binder call AttributionSource assignment.Jeff Sharkey
2021-05-20Relax ACTION_TETHERING_STATE_CHANGED permissions.Jeff Sharkey
2021-04-24Long-tail of AttributionSource plumbing.Jeff Sharkey
2021-04-23More AttributionSource plumbing.Jeff Sharkey
2021-04-16More Bluetooth API annotation updates.Jeff Sharkey
2021-04-14Update Bluetooth API annotations.Jeff Sharkey
2020-10-29Add maxTargetSdk restriction to unused APIs.Mathew Inwood
2020-10-28Revert "Add maxTargetSdk restriction to unused APIs."Hongwei Wang
2020-10-27Add maxTargetSdk restriction to unused APIs.Mathew Inwood
2020-09-18Merge "Add action for Bluetooth tethering state changed" am: cf44a015e8 am: 7...Treehugger Robot
2020-09-16Add action for Bluetooth tethering state changedTed Wang
2020-04-21Set attributionTag for noteOp(WRITE_SETTINGS) callsPhilip P. Moltmann
2020-04-20Set attributionTag for noteOp(WRITE_SETTINGS) callsPhilip P. Moltmann
2020-03-21Add BLUETOOTH_PRIVILEGED permission as a requirement for all new Bluetooth Sy...Rahul Sabnis
2020-03-21Add BLUETOOTH_PRIVILEGED permission as a requirement for all new Bluetooth Sy...Rahul Sabnis
2020-03-20Update permissions of BluetoothPan System APIs and re-hide some APIsRahul Sabnis
2020-03-09Update permissions of BluetoothPan System APIs and re-hide some APIsRahul Sabnis
2020-01-22Add @RequiresPermission annotation to SystemApis in BluetoothPan, openRahul Sabnis
2020-01-13Merge "Use new UnsupportedAppUsage annotation."satayev
2020-01-10Use new UnsupportedAppUsage annotation.Artur Satayev
2020-01-09Add setConnectionPolicy to HidDevice and Pan. Clean up documentation forRahul Sabnis
2019-11-21Resolve API dependencies on BluetoothPanRahul Sabnis
2019-08-27Passing caller package name to setBluetoothTetheringmarkchien
2019-05-02Fix binder leakage when turning off BluetoothUgo Yu
2018-08-06Merge "Add @UnsupportedAppUsage annotations"Mathew Inwood
2018-08-01Add @UnsupportedAppUsage annotationsMathew Inwood
2018-02-03Pass in the user defined by Context.Jeff Sharkey
2017-09-06Bluetooth: Thread-safe binder invocationJack He
2017-08-24Fix checkstyle errors (2/2)Jack He
2017-08-24Fix checkstyle errors (1/2)Jack He
2016-11-07Detect non-oneway calls leaving system_server.Jeff Sharkey
2015-06-02Bluetooth: Fix to avoid framework reboot during monkey testingNitin Shivpure
2015-05-19Bluetooth: Check for mPanService before changing tethering stateHemant Gupta
2014-03-20Get rid of not specifying a user errors in bluetooth.Dianne Hackborn
2013-11-20Remove unused imports from frameworks/base.John Spurlock
2013-10-10Check callback null condition for register/unregsiter state change callbackMatthew Xie
2013-08-05Start restricting service calls with implicit intents.Dianne Hackborn
2012-10-09Reduce android.bluetooth package debug messagesMatthew Xie
2012-07-16Fixed issue with Settings app crashing after during on/off and unpair.fredc
2012-07-16Non persistent adapter servicefredc
2012-07-13Changes for new Bluetooth APIs.Jaikumar Ganesh
2011-11-28Cleanup references when turning BT off.Jaikumar Ganesh
2011-06-14Refactor Bluetooth Profile.Jaikumar Ganesh
2011-02-23Make BluetoothPan inherit from BluetoothProfile.Jaikumar Ganesh
2011-01-19Make connection / disconnect failure more robust.Jaikumar Ganesh
2010-12-21Add EXTRA_LOCAL_ROLE to Pan State change intent.Jaikumar Ganesh
2010-10-22Update BT APIs return type from Set to List.Jaikumar Ganesh
2010-09-02Decouple Tethering UI with registering of SDP records.Jaikumar Ganesh
2010-08-18bluetooth tetheringDanica Chang