summaryrefslogtreecommitdiffstats
path: root/core/java/android/bluetooth/BluetoothPan.java
Commit message (Expand)AuthorAgeFilesLines
* 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