summaryrefslogtreecommitdiffstats
path: root/core/java/android/server
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Merge "Fix PAN bug for reverse tethering."Jaikumar Ganesh2011-08-031-13/+9
|\ \ \
| * | | Fix PAN bug for reverse tethering.Jaikumar Ganesh2011-08-031-13/+9
| | |/ | |/|
* | | Merge "Add a timeout for disconnecting devices to recover from error situation"Matthew Xie2011-08-031-17/+55
|\ \ \
| * | | Add a timeout for disconnecting devices to recover from error situationMatthew Xie2011-08-031-17/+55
| |/ /
* | | Merge "Enforce permission for changeApplicationState function."Jaikumar Ganesh2011-08-031-0/+2
|\ \ \ | | |/ | |/|
| * | Enforce permission for changeApplicationState function.Jaikumar Ganesh2011-08-031-0/+2
| |/
* | Merge "Fix PAN bugs."Jaikumar Ganesh2011-08-031-1/+2
|\ \ | |/ |/|
| * Fix PAN bugs.Jaikumar Ganesh2011-08-031-1/+2
* | Merge "Move mBluetoothService.runBluetooth after broadcasting the STATE_ON in...Matthew Xie2011-08-025-58/+39
|\ \
| * | Move mBluetoothService.runBluetooth after broadcasting the STATE_ON intent.Matthew Xie2011-08-025-58/+39
* | | Fix tethering using BT.Jaikumar Ganesh2011-08-022-20/+28
|/ /
* | Merge "Provide an API to set the friendly name of a remote device."Matthew Xie2011-07-282-1/+38
|\ \ | |/ |/|
| * Provide an API to set the friendly name of a remote device.Matthew Xie2011-07-282-1/+38
* | Add ability to turn BT on / off on a per application basis.Jaikumar Ganesh2011-07-263-58/+271
|/
* Merge "Keep Bluetooth module hot to quickly swith it on/off"Matthew Xie2011-07-253-193/+642
|\
| * Keep Bluetooth module hot to quickly swith it on/offMatthew Xie2011-07-253-193/+642
* | Merge "Auto Pairing tweaks."Jaikumar Ganesh2011-07-211-2/+10
|\ \