summaryrefslogtreecommitdiffstats
path: root/services/java/com/android/server/BluetoothManagerService.java
Commit message (Expand)AuthorAgeFilesLines
* Change getName and getAddress permission to BLUETOOTHMatthew Xie2012-12-041-4/+4
* BT is still on after enable flight mode, and reboot the DUTZhihai Xu2012-12-031-65/+112
* Merge "Allow the NFC process to call Bluetooth APIs." into jb-mr1.1-devMartijn Coenen2012-11-301-4/+8
|\
| * Allow the NFC process to call Bluetooth APIs.Martijn Coenen2012-11-291-4/+8
* | BluetoothManagerService call should allow SYSTEM_UIDZhihai Xu2012-11-291-17/+17
* | Merge "Settings shows it is connected to A2DP, though the device is not actua...Zhihai Xu2012-11-281-6/+31
|\ \
| * | Settings shows it is connected to A2DP, though the device is not actually con...Zhihai Xu2012-11-131-6/+31
| |/
* | Cannot enable Bluetooth after using airplane and Bluetooth tethering sequenti...Zhihai Xu2012-11-141-8/+21
|/
* Fix for BluetoothAdapter.getAddress() when BT is off on some devicesZhihai Xu2012-11-011-22/+40
* License of files Bluetooth package is not updated to ASL2Zhihai Xu2012-10-231-1/+13
* Donot reset mEnable flag when binding timeout.Matthew Xie2012-10-111-1/+0
* Bluetooth multi-user updates: change bluetooth manager system serviceZhihai Xu2012-10-091-112/+351
* 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