index
:
Project-1CE/frameworks_base
lineage-18.1
sugisawa
sugisawa-mr1
tachibana
tachibana-mr1
umineko
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
services
/
java
/
com
/
android
/
server
/
BluetoothManagerService.java
Age
Commit message (
Expand
)
Author
2013-12-19
Move some system services to separate directories
Amith Yamasani
2013-10-10
Check callback null condition for register/unregsiter state change callback
Matthew Xie
2013-08-05
Start restricting service calls with implicit intents.
Dianne Hackborn
2013-06-17
Add debug menu to enable btsnoop
Zhihai Xu
2013-05-14
am b82fc420: am f270fc3b: Merge "cannot turn on bluetooth" into jb-mr2-dev
Matthew Xie
2013-05-13
cannot turn on bluetooth
Zhihai Xu
2013-05-09
am c0c7cebe: am b566c466: Merge "Donot bind to GATT service when BLE is not s...
Matthew Xie
2013-05-08
Donot bind to GATT service when BLE is not supported
Matthew Xie
2013-05-02
Start combining threads in system process.
Dianne Hackborn
2013-03-28
Merge "Unhide Bluetooth Low Energy public APIs" into jb-mr2-dev
Matthew Xie
2013-03-28
Unhide Bluetooth Low Energy public APIs
Matthew Xie
2013-03-28
am 3ae30483: am a19647d3: Merge "Correct executable bit for source files [Tak...
Elliott Hughes
2013-03-27
Add BT - DataTracker connection
Robert Greenwalt
2013-03-27
Correct executable bit for source files [Take 2]
Chirayu Desai
2013-01-16
Rename bindService to bindServiceAsUser to follow convention.
Amith Yamasani
2012-12-04
Change getName and getAddress permission to BLUETOOTH
Matthew Xie
2012-12-03
BT is still on after enable flight mode, and reboot the DUT
Zhihai Xu
2012-11-30
Merge "Allow the NFC process to call Bluetooth APIs." into jb-mr1.1-dev
Martijn Coenen
2012-11-29
BluetoothManagerService call should allow SYSTEM_UID
Zhihai Xu
2012-11-29
Allow the NFC process to call Bluetooth APIs.
Martijn Coenen
2012-11-28
Merge "Settings shows it is connected to A2DP, though the device is not actua...
Zhihai Xu
2012-11-14
Cannot enable Bluetooth after using airplane and Bluetooth tethering sequenti...
Zhihai Xu
2012-11-13
Settings shows it is connected to A2DP, though the device is not actually con...
Zhihai Xu
2012-11-01
Fix for BluetoothAdapter.getAddress() when BT is off on some devices
Zhihai Xu
2012-10-23
License of files Bluetooth package is not updated to ASL2
Zhihai Xu
2012-10-11
Donot reset mEnable flag when binding timeout.
Matthew Xie
2012-10-09
Bluetooth multi-user updates: change bluetooth manager system service
Zhihai Xu
2012-10-04
Add multi user support for bluetooth
Matthew Xie
2012-09-25
Merge "Remove permission check in registerAdapter" into jb-mr1-dev
Matthew Xie
2012-09-25
Remove permission check in registerAdapter
Matthew Xie
2012-09-25
Update references to migrated global settings.
Jeff Brown
2012-09-10
Update airplane-mode manipulation for the new Settings namespace
Christopher Tate
2012-09-06
Fault tolerance in Bluedroid
Syed Ibrahim M
2012-08-30
Improve multi-user broadcasts.
Dianne Hackborn
2012-08-14
Implement enableNoAutoconnect()
Ganesh Ganapathi Batta
2012-07-16
Handle airplane mode messages in BroadcastReceiver, safe locking, etc
Matthew Xie
2012-07-16
Minor changes. Change some instance variables to be final.
Matthew Xie
2012-07-16
Removed startService() call from BluetoothManagerService.
Fred
2012-07-16
Moved BluetoothAdapter.ACTION_STATE_CHANGED broadcast from AdapterService to ...
fredc
2012-07-16
disable the sync addr flag
zzy
2012-07-16
Re-enable Bluetooth after a reboot, even if airplane mode is enabled.
Andre Eisenbach
2012-07-16
Fixed socket not closing on BT off. Used RemoteCallbackList to monitor binder...
fredc
2012-07-16
Fixed issue with getting Bluetooth adapter's name and airplane mode
fredc
2012-07-16
Fixed BT on/off issues and added airplane mode handling
fredc
2012-07-16
Fixed issue with Bluetooth not turning on if enabled called twice in a row or...
fredc
2012-07-16
Non persistent adapter service
fredc