summaryrefslogtreecommitdiffstats
path: root/core/java/android/server/BluetoothService.java
Commit message (Expand)AuthorAgeFilesLines
* Decouple Tethering UI with registering of SDP records.Jaikumar Ganesh2010-09-021-7/+9
* am 734d2707: am bb660d7e: Merge "Renaming SharedPreferences.startCommit to ap...Brad Fitzpatrick2010-08-301-1/+1
|\
| * Renaming SharedPreferences$Editor.startCommit to applyBrad Fitzpatrick2010-08-301-1/+1
* | resolved conflicts for merge of 28130bae to masterBrad Fitzpatrick2010-08-271-1/+1
|\ \ | |/
| * SharedPreferences$Editor.startCommit()Brad Fitzpatrick2010-08-271-1/+1
* | Wait for bluetooth to turn on before Bluetooth Tethering is enabledDanica Chang2010-08-201-2/+22
* | bluetooth tetheringDanica Chang2010-08-181-3/+212
* | Allow multiple HID devices to be connected.Jaikumar Ganesh2010-07-211-1/+2
* | Add HID to the state machine and add native call backs.Jaikumar Ganesh2010-07-211-4/+35
* | Set initial HID profile preference.Jaikumar Ganesh2010-07-201-0/+17
* | am cbbd3a1b: am f23682f1: Merge "fixed parsing issue in BluetoothService so t...Danica Chang2010-07-191-1/+1
|\ \ | |/
| * fixed parsing issue in BluetoothService so that it parses the UUID property c...Danica Chang2010-07-191-1/+1
* | Handle Input and network signal changes for HID and tethering.Jaikumar Ganesh2010-07-151-3/+1
* | Changes for bluetooth keyboard support.Adam Powell2010-06-211-1/+1
* | HID profile.Jaikumar Ganesh2010-06-171-0/+131
|/
* 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