summaryrefslogtreecommitdiffstats
path: root/core/java/android/server/BluetoothService.java
Commit message (Expand)AuthorAgeFilesLines
* Work around for errant headsets.Jaikumar Ganesh2010-10-131-0/+10
* Typo fixes in comments and minor code cleanups.Jake Hamby2010-09-301-6/+6
* Fix interaction between BluetoothEventLoop and BluetoothService.Jaikumar Ganesh2010-09-131-2/+90
* Out Of Band API for Secure Simple Pairing.Jaikumar Ganesh2010-09-131-2/+88
* Renaming SharedPreferences$Editor.startCommit to applyBrad Fitzpatrick2010-08-301-1/+1
* SharedPreferences$Editor.startCommit()Brad Fitzpatrick2010-08-271-1/+1
* fixed parsing issue in BluetoothService so that it parses the UUID property c...Danica Chang2010-07-191-1/+1
* Serialize all commands for a particular profile.Jaikumar Ganesh2010-06-071-28/+48
* Pass BluetoothDevice to the Bluetooth Headset calls.Jaikumar Ganesh2010-06-021-1/+1
* Add a new state machine for handling the incoming / outgoing profileJaikumar Ganesh2010-06-021-2/+122
* Relax the requirement of making a DBUS call for creating the Bluez Device.Jaikumar Ganesh2010-03-301-1/+3
* Add an API to set the link timeout.Jaikumar Ganesh2010-03-091-0/+8
* Move auto pairing data to a file, add values dynamically.Jaikumar Ganesh2010-02-251-38/+144
* Add hashCode() to BluetoothService$RemoteServiceKenny Root2010-02-171-0/+8
* Watch for "bluetooth" in list of toggleable radios.Jeff Sharkey2009-12-221-5/+14
* am f6e32e72: Merge change Icced7a09 into eclairJaikumar Ganesh2009-12-101-30/+30
|\
| * Maintain a list of all Bluetooth docks.Jaikumar Ganesh2009-12-091-30/+30
* | am 8c411fb1: Merge change I79420b02 into eclairJaikumar Ganesh2009-12-031-2/+117
|\ \ | |/
| * Add support for Car Dock.Jaikumar Ganesh2009-12-031-2/+117
| * Register Handsfree profile before headset profile. DO NOT MERGE.Jaikumar Ganesh2009-11-301-4/+4
* | Register Handsfree profile before headset profile.Jaikumar Ganesh2009-11-301-4/+4
* | am ad431ad8: Merge change Ia3acc2ee into eclairJaikumar Ganesh2009-11-221-5/+9
|\ \ | |/
| * Fix pairings lost on reboot.Jaikumar Ganesh2009-11-201-5/+9
* | am 660282dc: Merge change I706fe6b0 into eclairJaikumar Ganesh2009-11-171-9/+42
|\ \ | |/
| * Check if Bluetooth is enabled before making any calls down.Jaikumar Ganesh2009-11-161-9/+42
* | am 3c58d279: Merge change I738ed802 into eclairJaikumar Ganesh2009-11-111-5/+12
|\ \ | |/
| * Fix BMW and Audi auto pairing lists.Jaikumar Ganesh2009-11-111-5/+12
* | am 013b0e53: Merge change I143ea844 into eclairJaikumar Ganesh2009-11-111-2/+3
|\ \ | |/
| * Add BMW and Audi to Auto Pairing black list.Jaikumar Ganesh2009-11-111-2/+3
* | am 8de4e0ad: Merge change I21d0dca3 into eclairJaikumar Ganesh2009-11-051-2/+3
|\ \ | |/
| * Add BMW kits made by Motorola PCS to autoblack list for Bluetooth.Jaikumar Ganesh2009-11-051-2/+3
* | am d301c904: Merge change I305c181c into eclairNick Pelly2009-10-121-4/+32
|\ \ | |/
| * Delay 500ms between each registering each SDP record using sdptool.Nick Pelly2009-10-121-4/+32
| * Remove STOPSHIP BT logging.Nick Pelly2009-10-091-1/+1
|/
* BT API security audit: fix a couple of permission mistakes.Nick Pelly2009-10-091-3/+4
* Set the Bond State to NONE when we receive a Agent Cancel.Jaikumar Ganesh2009-10-081-1/+1
* Introduce BluetoothAdapter.getDefaultAdapter().Nick Pelly2009-10-081-1/+1
* Encourage developers to connect RFCOMM by UUID instead of Channel.Nick Pelly2009-10-071-14/+141
* Provide an API for apps to use a dynamic RFCOMM channel and SDP record.Nick Pelly2009-10-061-21/+107
* Query from Bluez if name is not present in cache.Jaikumar Ganesh2009-09-301-3/+1
* Move android.bluetooth.ParcelUuid to android.os.ParcelUuidNick Pelly2009-09-281-1/+1
* Handle expiration of discovery mode in system server.Nick Pelly2009-09-251-1/+18
* Bluetooth API: Do not allow apps to programmatically make BT discoverable.Nick Pelly2009-09-241-2/+2
* Send the address of the device with the UUID intent.Jaikumar Ganesh2009-09-211-0/+1
* Cache the remote device's service channel.Jaikumar Ganesh2009-09-211-6/+51
* Send the UUID intent even if apps have not requested for it.Jaikumar Ganesh2009-09-201-6/+5
* Maintain pending outgoing bonding address.Jaikumar Ganesh2009-09-201-2/+24
* Add new API for fetching UUIDs using SDP.Jaikumar Ganesh2009-09-191-0/+61
* Change handling of remoteUuids.Jaikumar Ganesh2009-09-161-15/+20
* Add Panasonic KX-TH112 to blacklist.Nick Pelly2009-09-151-2/+2