summaryrefslogtreecommitdiffstats
path: root/core/java/android/server/BluetoothService.java
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add black listing of car kits by name.Jaikumar Ganesh2009-09-141-2/+15
* Changes for BT 2.1Jaikumar Ganesh2009-09-111-1/+0
* API_CHANGE: Cleanup, javadoc and unhide more Bluetooth API.Nick Pelly2009-09-101-26/+27
* API_CHANGENick Pelly2009-09-091-3/+2
* API_CHANGENick Pelly2009-09-091-28/+33
* Query for all properties if a property change is received and cache is empty.Jaikumar Ganesh2009-09-081-0/+4
* Add Bluetooth Device trustLixin Yue2009-09-011-0/+37
* Fix property being cleared when DeviceFound signal is received.Jaikumar Ganesh2009-08-281-15/+16
* Add trailing "\n" to debug output.Nick Pelly2009-08-261-1/+1
* Add uuids to adb shell dumpsys bluetoothNick Pelly2009-08-261-2/+13
* Set BondState to Canceled when user cancels pairing.Jaikumar Ganesh2009-08-211-0/+2
* Bluetooth: API change.Nick Pelly2009-08-181-0/+1210