summaryrefslogtreecommitdiffstats
path: root/core/java/android/server/BluetoothService.java
Commit message (Expand)AuthorAgeFilesLines
* Delete various Bluetooth files for stack integration.Jaikumar Ganesh2012-07-131-2924/+0
* Enhance StateMachine Quitting and logging support.Wink Saville2012-05-291-1/+1
* Increase the setup-sdp delay to cover for all the devices.Matthew Xie2012-05-171-2/+2
* When turning off, broadcast STATE_OFF in the last HotOff stateMatthew Xie2012-05-071-0/+12
* Protect system services with DUMP permission.Jeff Sharkey2012-04-261-0/+2
* Allow enabling Bluetooth without auto-connecting.Martijn Coenen2012-04-231-2/+44
* Check nullpointer of discoverableTimeout in initBluetoothAfterTurningOn.Matthew Xie2012-04-171-0/+5
* add config_bluetooth_default_profiles config var and use it to disable bt pro...Travis Geiselbrecht2012-03-221-11/+17
* Set Bluetooth adapter to PowerOff mode when turnoff with airplane onMatthew Xie2012-01-111-1/+1
* Merge "Unlink the Binder DeathRecipient when removing a Bluetooth service rec...Matthew Xie2011-12-011-9/+25
|\
| * Unlink the Binder DeathRecipient when removing a Bluetooth service recordJason Simmons2011-12-011-9/+25
* | Cleanup references when turning BT off.Jaikumar Ganesh2011-11-281-4/+6
|/
* am 6da97a24: Merge "Check the bluetooth state for getUuid call" into ics-mr0Matthew Xie2011-11-171-7/+7
|\
| * Check the bluetooth state for getUuid callMatthew Xie2011-11-161-7/+7
* | Send CONNECT_OTHER_PROFILE to Device profile for hfp and a2dp incoming connectMatthew Xie2011-11-111-22/+43
|/
* Send TURN_HOT message to the state machine from BluetoothService after it startsMatthew Xie2011-10-031-0/+4
* Check null of pidPair to skip the case the service record has been removedMatthew Xie2011-09-191-4/+13
* Keep Binder reference in the mServiceRecordToPid hashmapMatthew Xie2011-09-141-8/+9
* Merge "Add error codes for channel disconnection / connection."Jaikumar Ganesh2011-09-091-2/+11
|\
| * Add error codes for channel disconnection / connection.Jaikumar Ganesh2011-09-081-2/+11
* | Merge "Apply timeout for powerdown event and reset state machine when bluez c...Matthew Xie2011-09-081-21/+0
|\ \ | |/ |/|
| * Apply timeout for powerdown event and reset state machine when bluez crashesMatthew Xie2011-09-081-21/+0
* | Make Bluetooth Health APIs public.Jaikumar Ganesh2011-09-081-2/+2
|/
* Move Bluetooth remove service record handler to the app main threadMatthew Xie2011-08-291-1/+8
* Merge "Set bluetooth discoverable off at power on time if the timeout is no f...Matthew Xie2011-08-231-0/+5
|\
| * Set bluetooth discoverable off at power on time if the timeout is no foreverMatthew Xie2011-08-221-0/+5
* | Add Api to get profile connection state.Jaikumar Ganesh2011-08-221-13/+90
|/
* Implement switchConnectable with Powered property setting instead of scan modesMatthew Xie2011-08-151-30/+38
* Merge "Revert "Implement switchConnectable with Powered property setting inst...Matthew Xie2011-08-111-3/+8
|\
| * Revert "Implement switchConnectable with Powered property setting instead of ...Matthew Xie2011-08-101-3/+8
* | Merge "Implement switchConnectable with Powered property setting instead of s...Matthew Xie2011-08-091-8/+3
|\ \ | |/
| * Implement switchConnectable with Powered property setting instead of scan modesMatthew Xie2011-08-051-8/+3
* | Provide address and name in BT Hot off state.Jaikumar Ganesh2011-08-051-11/+20
* | Enforce permission for changeApplicationState function.Jaikumar Ganesh2011-08-031-0/+2
|/
* Merge "Move mBluetoothService.runBluetooth after broadcasting the STATE_ON in...Matthew Xie2011-08-021-17/+20
|\
| * Move mBluetoothService.runBluetooth after broadcasting the STATE_ON intent.Matthew Xie2011-08-021-17/+20
* | Fix tethering using BT.Jaikumar Ganesh2011-08-021-3/+12
|/
* Merge "Provide an API to set the friendly name of a remote device."Matthew Xie2011-07-281-1/+36
|\
| * Provide an API to set the friendly name of a remote device.Matthew Xie2011-07-281-1/+36
* | Add ability to turn BT on / off on a per application basis.Jaikumar Ganesh2011-07-261-9/+82
|/
* Merge "Keep Bluetooth module hot to quickly swith it on/off"Matthew Xie2011-07-251-190/+114
|\
| * Keep Bluetooth module hot to quickly swith it on/offMatthew Xie2011-07-251-190/+114
* | Merge "Auto Pairing tweaks."Jaikumar Ganesh2011-07-211-2/+10
|\ \
| * | Auto Pairing tweaks.Jaikumar Ganesh2011-07-211-2/+10
| |/
* | Incoming connection dialog tweaks.Jaikumar Ganesh2011-07-201-3/+3
|/
* Add REGISTERED_BEFORE_BOOT flag to intent.Jaikumar Ganesh2011-07-121-0/+1
* Merge "Bluetooth Health APIs"Jaikumar Ganesh2011-07-111-4/+6
|\
| * Bluetooth Health APIsJaikumar Ganesh2011-07-111-4/+6
* | Incoming Bluetooth Connection requests - dialog.Matthew Xie2011-07-071-0/+159
* | Merge "Method setBondState passes its parameter reason to mBondState.setBondS...Matthew Xie2011-06-291-0/+0
|\ \ | |/ |/|