summaryrefslogtreecommitdiffstats
path: root/services/java/com/android/server/BluetoothManagerService.java
Commit message (Expand)AuthorAgeFilesLines
* Add multi user support for bluetoothMatthew Xie2012-10-041-2/+3
* Merge "Remove permission check in registerAdapter" into jb-mr1-devMatthew Xie2012-09-251-2/+0
|\
| * Remove permission check in registerAdapterMatthew Xie2012-09-251-2/+0
* | Update references to migrated global settings.Jeff Brown2012-09-251-4/+4
|/
* Update airplane-mode manipulation for the new Settings namespaceChristopher Tate2012-09-101-7/+7
* Fault tolerance in BluedroidSyed Ibrahim M2012-09-061-0/+31
* Improve multi-user broadcasts.Dianne Hackborn2012-08-301-1/+3
* Implement enableNoAutoconnect()Ganesh Ganapathi Batta2012-08-141-8/+52
* Handle airplane mode messages in BroadcastReceiver, safe locking, etcMatthew Xie2012-07-161-168/+158
* Minor changes. Change some instance variables to be final.Matthew Xie2012-07-161-10/+9
* Removed startService() call from BluetoothManagerService.Fred2012-07-161-44/+40
* Moved BluetoothAdapter.ACTION_STATE_CHANGED broadcast from AdapterService to ...fredc2012-07-161-53/+89
* disable the sync addr flagzzy2012-07-161-2/+1
* Re-enable Bluetooth after a reboot, even if airplane mode is enabled.Andre Eisenbach2012-07-161-1/+1
* Fixed socket not closing on BT off. Used RemoteCallbackList to monitor binder...fredc2012-07-161-45/+58
* Fixed issue with getting Bluetooth adapter's name and airplane modefredc2012-07-161-0/+20
* Fixed BT on/off issues and added airplane mode handlingfredc2012-07-161-120/+185
* Fixed issue with Bluetooth not turning on if enabled called twice in a row or...fredc2012-07-161-9/+45
* Non persistent adapter servicefredc2012-07-161-0/+542