summaryrefslogtreecommitdiffstats
path: root/services/java/com/android/server/BluetoothManagerService.java
Commit message (Expand)AuthorAgeFilesLines
* Start restricting service calls with implicit intents.Dianne Hackborn2013-08-051-10/+14
* Add debug menu to enable btsnoopZhihai Xu2013-06-171-1/+11
* am b82fc420: am f270fc3b: Merge "cannot turn on bluetooth" into jb-mr2-devMatthew Xie2013-05-141-0/+64
|\
| * cannot turn on bluetoothZhihai Xu2013-05-131-0/+64
* | am c0c7cebe: am b566c466: Merge "Donot bind to GATT service when BLE is not s...Matthew Xie2013-05-091-4/+8
|\ \ | |/
| * Donot bind to GATT service when BLE is not supportedMatthew Xie2013-05-081-4/+8
* | Start combining threads in system process.Dianne Hackborn2013-05-021-5/+1
|/
* Merge "Unhide Bluetooth Low Energy public APIs" into jb-mr2-devMatthew Xie2013-03-281-14/+65
|\
| * Unhide Bluetooth Low Energy public APIsMatthew Xie2013-03-281-14/+65
* | am 3ae30483: am a19647d3: Merge "Correct executable bit for source files [Tak...Elliott Hughes2013-03-281-0/+0
|\ \ | |/ |/|
| * Correct executable bit for source files [Take 2]Chirayu Desai2013-03-271-0/+0
* | Add BT - DataTracker connectionRobert Greenwalt2013-03-271-4/+4
* | Rename bindService to bindServiceAsUser to follow convention.Amith Yamasani2013-01-161-4/+4
|/
* 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