summaryrefslogtreecommitdiffstats
path: root/core/java/android/server/BluetoothAdapterStateMachine.java
Commit message (Expand)AuthorAgeFilesLines
* When turning off, broadcast STATE_OFF in the last HotOff stateMatthew Xie2012-05-071-17/+41
* Always move Bluetooth Adapter to cold state when turn off Bluetooth.Matthew Xie2012-05-021-5/+7
* am 1890fa82: am 79d84930: Merge "Set Bluetooth adapter to PowerOff mode when ...Matthew Xie2012-01-121-1/+1
|\
| * Set Bluetooth adapter to PowerOff mode when turnoff with airplane onMatthew Xie2012-01-111-1/+1
* | am 18ad6514: am ed0830c5: Merge "Move broadcastState STATE_TURNING_ON before ...Matthew Xie2011-12-121-1/+1
|\ \ | |/
| * Move broadcastState STATE_TURNING_ON before persistSwitchSettingMatthew Xie2011-12-121-1/+1
* | am 12479141: am 0d9a41e7: Merge "Broadcast turning on/off intent as early as ...Matthew Xie2011-12-051-5/+5
|\ \ | |/
| * Broadcast turning on/off intent as early as possible when switch on/off BTMatthew Xie2011-12-051-5/+5
* | Add more comments to the file header to explain the state diagramMatthew Xie2011-11-111-0/+11
|/
* Send TURN_HOT message to the state machine from BluetoothService after it startsMatthew Xie2011-10-031-15/+11
* Check null of pidPair to skip the case the service record has been removedMatthew Xie2011-09-191-14/+12
* Apply timeout for powerdown event and reset state machine when bluez crashesMatthew Xie2011-09-081-3/+75
* Change prepare bluetooth timeout from 7 seconds to 10 secondsMatthew Xie2011-08-151-1/+1
* Implement switchConnectable with Powered property setting instead of scan modesMatthew Xie2011-08-151-44/+81
* Add a timeout for disconnecting devices to recover from error situationMatthew Xie2011-08-031-17/+55
* Move mBluetoothService.runBluetooth after broadcasting the STATE_ON intent.Matthew Xie2011-08-021-19/+13
* Add ability to turn BT on / off on a per application basis.Jaikumar Ganesh2011-07-261-47/+187
* Keep Bluetooth module hot to quickly swith it on/offMatthew Xie2011-07-251-0/+513