summaryrefslogtreecommitdiffstats
path: root/core/java/android/server
Commit message (Expand)AuthorAgeFilesLines
* add config_bluetooth_default_profiles config var and use it to disable bt pro...Travis Geiselbrecht2012-03-091-11/+17
* am 79d84930: Merge "Set Bluetooth adapter to PowerOff mode when turnoff with ...Matthew Xie2012-01-122-2/+2
|\
| * Set Bluetooth adapter to PowerOff mode when turnoff with airplane onMatthew Xie2012-01-112-2/+2
* | loggingJoe Onorato2011-12-131-0/+1
|/
* Move broadcastState STATE_TURNING_ON before persistSwitchSettingMatthew Xie2011-12-121-1/+1
* Merge "Broadcast turning on/off intent as early as possible when switch on/of...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
* | 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
* | Call notifyIncomingA2dpConnection with correct rejected statusMatthew Xie2011-11-161-2/+2
* | Send CONNECT_OTHER_PROFILE to Device profile for hfp and a2dp incoming connectMatthew Xie2011-11-112-23/+45
|/
* Merge "Turn off debug messge"Matthew Xie2011-10-071-2/+1
|\
| * Turn off debug messgeMatthew Xie2011-10-071-2/+1
* | Send TURN_HOT message to the state machine from BluetoothService after it startsMatthew Xie2011-10-032-15/+15
|/
* Check null of pidPair to skip the case the service record has been removedMatthew Xie2011-09-192-18/+25
* Merge "Use an integer for the channel id."Jaikumar Ganesh2011-09-141-11/+31
|\
| * Use an integer for the channel id.Jaikumar Ganesh2011-09-121-11/+31
* | Merge "Add Register before boot flag."Jaikumar Ganesh2011-09-141-0/+3
|\ \
| * | Add Register before boot flag.Jaikumar Ganesh2011-09-141-0/+3
| |/
* | Keep Binder reference in the mServiceRecordToPid hashmapMatthew Xie2011-09-141-8/+9
|/
* Merge "Don't override the hash code for the channel."Jaikumar Ganesh2011-09-121-10/+0
|\
| * Don't override the hash code for the channel.Jaikumar Ganesh2011-09-091-10/+0
* | Merge "Add error codes for channel disconnection / connection."Jaikumar Ganesh2011-09-093-20/+56
|\ \ | |/
| * Add error codes for channel disconnection / connection.Jaikumar Ganesh2011-09-083-20/+56
* | Merge "Apply timeout for powerdown event and reset state machine when bluez c...Matthew Xie2011-09-083-41/+77
|\ \ | |/ |/|
| * Apply timeout for powerdown event and reset state machine when bluez crashesMatthew Xie2011-09-083-41/+77
* | Fix crash while connecting channel.Jaikumar Ganesh2011-09-081-1/+1
* | Make Bluetooth Health APIs public.Jaikumar Ganesh2011-09-082-103/+152
|/
* Move Bluetooth remove service record handler to the app main threadMatthew Xie2011-08-291-1/+8
* Merge "Update searchables when packages are modified, in case they are enable...Amith Yamasani2011-08-231-0/+10
|\
| * Update searchables when packages are modified, in case they are enabled/disab...Amith Yamasani2011-08-231-0/+10
* | 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
| |/
* | Fix sendConnection State intent api params.Jaikumar Ganesh2011-08-221-1/+1
* | Add Api to get profile connection state.Jaikumar Ganesh2011-08-225-17/+101
|/
* Merge "Change prepare bluetooth timeout from 7 seconds to 10 seconds"Matthew Xie2011-08-151-1/+1
|\
| * Change prepare bluetooth timeout from 7 seconds to 10 secondsMatthew Xie2011-08-151-1/+1
* | Fix stuck in pairing when BT is turned off.Jaikumar Ganesh2011-08-151-5/+14
|/
* Implement switchConnectable with Powered property setting instead of scan modesMatthew Xie2011-08-153-86/+128
* 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 "Check for BT state when sending Bond State Change intent."Jaikumar Ganesh2011-08-091-0/+1
|\ \
| * | Check for BT state when sending Bond State Change intent.Jaikumar Ganesh2011-08-091-0/+1
* | | 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
* | Merge "Provide address and name in BT Hot off state."Jaikumar Ganesh2011-08-052-12/+21
|\ \
| * | Provide address and name in BT Hot off state.Jaikumar Ganesh2011-08-052-12/+21