summaryrefslogtreecommitdiff
path: root/core/java/android/server
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
|\ \
| * | Auto Pairing tweaks.Jaikumar Ganesh2011-07-211-2/+10
| |/
* / Incoming connection dialog tweaks.Jaikumar Ganesh2011-07-202-4/+35
|/
* Merge "Remove Car audio class from auto pairing."Jaikumar Ganesh2011-07-141-1/+0
|\
| * Remove Car audio class from auto pairing.Jaikumar Ganesh2011-07-141-1/+0
* | Add REGISTERED_BEFORE_BOOT flag to intent.Jaikumar Ganesh2011-07-121-0/+1
|/
* Merge "Bluetooth Health APIs"Jaikumar Ganesh2011-07-112-28/+31
|\
| * Bluetooth Health APIsJaikumar Ganesh2011-07-112-28/+31
* | Incoming Bluetooth Connection requests - dialog.Matthew Xie2011-07-074-14/+207
* | Fix IllegalStateException when A2DP connects before boot completes.Jake Hamby2011-06-301-0/+2
* | Merge "Method setBondState passes its parameter reason to mBondState.setBondS...Matthew Xie2011-06-291-0/+0
|\ \
| * | Method setBondState passes its parameter reason to mBondState.setBondState.Matthew Xie2011-05-131-1/+1
* | | Make the system global search provider a user setting.Narayan Kamath2011-06-282-21/+158
| |/ |/|
* | Fix crash while device is pairing / unpairing.Jaikumar Ganesh2011-06-272-3/+7
* | Merge "Implement APIs for Bluetooth Health profile."Jaikumar Ganesh2011-06-243-0/+743
|\ \
| * | Implement APIs for Bluetooth Health profile.Jaikumar Ganesh2011-06-243-0/+743
* | | Fix excessive locking synchronization leading to deadlocks.Jaikumar Ganesh2011-06-231-50/+62
* | | Get the profile proxies after the BT Service is up.Jaikumar Ganesh2011-06-221-1/+1
|/ /
* | Merge "Fix crash during unpair."Jaikumar Ganesh2011-06-211-4/+1
|\ \
| * | Fix crash during unpair.Jaikumar Ganesh2011-06-211-4/+1
* | | Merge "Fix failure of Opp."Jaikumar Ganesh2011-06-211-12/+3
|\| |
| * | Fix failure of Opp.Jaikumar Ganesh2011-06-211-12/+3
* | | Refactor Bluetooth Profile.Jaikumar Ganesh2011-06-141-1/+0
|/ /
* | am e2271a55: am d7030e55: am 198ed3e4: Merge "BT: Wrong publishing result of ...Jaikumar Ganesh2011-05-211-1/+1
|\ \
| * \ am d7030e55: am 198ed3e4: Merge "BT: Wrong publishing result of bonding error...Jaikumar Ganesh2011-05-201-1/+1
| |\ \ | | |/ | |/|
| | * BT: Wrong publishing result of bonding error code.Arek Lichwa2011-05-051-1/+1
| | * Phone crash when old callback func is woken up when enabling BT.Staffan Lindvall2011-01-131-0/+2
* | | Improve locking granularity for PAN and Input.Jaikumar Ganesh2011-05-173-70/+113
* | | Merge "Set service priority of A2DP and Headset from BluetoothService via IPC...Matthew Xie2011-04-062-18/+82
|\ \ \
| * | | Set service priority of A2DP and Headset from BluetoothService via IPC callMatthew Xie2011-04-062-18/+82
| |/ /
* / / Fix usages of PopLocalFrame to include returned local referenceBrian Carlstrom2011-04-051-2/+1
|/ /
* | Merge "Start using NetworkUtils.numericToInetAddress."Robert Greenwalt2011-03-021-3/+4
|\ \
| * | Start using NetworkUtils.numericToInetAddress.Robert Greenwalt2011-03-021-3/+4
* | | Merge "Implement issue #3426299: Introduce application "stopped" state"Dianne Hackborn2011-02-251-0/+1
|\ \ \
| * | | Implement issue #3426299: Introduce application "stopped" stateDianne Hackborn2011-02-251-0/+1
* | | | Unset device trust state before unpairing.Jaikumar Ganesh2011-02-251-0/+2
|/ / /
* | | Refactor android.server.BluetoothService classes.Jake Hamby2011-02-246-704/+1102
* | | Make BluetoothPan inherit from BluetoothProfile.Jaikumar Ganesh2011-02-233-22/+87
* | | Make BluetoothInputDevice inherit from BluetoothProfile.Jaikumar Ganesh2011-02-223-39/+97
|/ /
* | Make profile handler classes package and final.Jaikumar Ganesh2011-02-142-10/+5
* | Fix ANR in Settings and Phone app.Jaikumar Ganesh2011-02-141-10/+19
* | Refactor Input profile operations from Bluetooth Service.Jaikumar Ganesh2011-02-143-239/+342
* | Remove Bluetooth Pan operations from Bluetooth Service.Jaikumar Ganesh2011-02-142-306/+423