summaryrefslogtreecommitdiff
path: root/core/java/android/server/BluetoothService.java
Commit message (Expand)AuthorAgeFilesLines
...
* 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