summaryrefslogtreecommitdiffstats
path: root/core/java/android/server
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge change I80a6a229 into eclairAndroid (Google) Code Review2009-10-081-4/+52
|\
| * Fix issue 2174002: After rejecting Call when device ringtone is mute and play...Eric Laurent2009-10-081-4/+52
* | Set the Bond State to NONE when we receive a Agent Cancel.Jaikumar Ganesh2009-10-082-1/+22
|/
* Introduce BluetoothAdapter.getDefaultAdapter().Nick Pelly2009-10-082-2/+2
* Encourage developers to connect RFCOMM by UUID instead of Channel.Nick Pelly2009-10-072-19/+163
* Provide an API for apps to use a dynamic RFCOMM channel and SDP record.Nick Pelly2009-10-061-21/+107
* Remove globalSearch argument from triggerSearch()Bjorn Bringert2009-10-011-2/+1
* Set Sink State when ACL disconnects.Jaikumar Ganesh2009-09-301-0/+8
* Merge change I2782ac8c into eclairAndroid (Google) Code Review2009-09-301-4/+6
|\
| * Fix regression.Nick Pelly2009-09-301-4/+6
* | Set BondState to Bonding only if it not Bonded already.Jaikumar Ganesh2009-09-301-3/+7
|/
* Merge change I8366852f into eclairAndroid (Google) Code Review2009-09-301-0/+44
|\
| * Bluetooth A2DP suspend/resume functionalityZhu Lan2009-09-291-0/+44
* | 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-283-3/+3
* 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
* Set the bonding for incoming connections only when authentication is requested.Jaikumar Ganesh2009-09-221-1/+3
* 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-212-8/+56
* 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-202-4/+27
* Fix adapter name change problem.Jaikumar Ganesh2009-09-201-2/+2
* Add new API for fetching UUIDs using SDP.Jaikumar Ganesh2009-09-192-0/+84
* Change handling of remoteUuids.Jaikumar Ganesh2009-09-163-38/+33
* 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-112-5/+50
* Handle DisconnectRequested message sent by Bluez.Jaikumar Ganesh2009-09-111-0/+11
* API_CHANGE: Cleanup, javadoc and unhide more Bluetooth API.Nick Pelly2009-09-103-78/+80
* API_CHANGENick Pelly2009-09-093-26/+22
* API_CHANGENick Pelly2009-09-093-36/+41
* Query for all properties if a property change is received and cache is empty.Jaikumar Ganesh2009-09-082-0/+9
* Add Bluetooth Device trustLixin Yue2009-09-012-0/+42
* Merge change 23218 into eclairAndroid (Google) Code Review2009-08-312-19/+24
|\
| * Fix property being cleared when DeviceFound signal is received.Jaikumar Ganesh2009-08-282-19/+24
* | resolved conflicts for merge of 1e348378 to eclairMike LeBeau2009-08-271-30/+8
|\ \ | |/ |/|
| * Revert "Remove third party support for Quick Search Box (aka global search)."Karl Rosaen2009-08-271-30/+8
* | Add trailing "\n" to debug output.Nick Pelly2009-08-261-1/+1
* | Add uuids to adb shell dumpsys bluetoothNick Pelly2009-08-261-2/+13
* | Fix authorization check for Audio Source.Nick Pelly2009-08-261-1/+4
* | Use correct UUID to authorize AVRCPJackson Fan2009-08-241-1/+1
* | resolved conflicts for merge of 081a136d to eclairJean-Baptiste Queru2009-08-211-8/+30
|\ \ | |/
| * Remove third party support for Quick Search Box (aka global search).Anonymous Coward2009-08-211-8/+30
* | Set BondState to Canceled when user cancels pairing.Jaikumar Ganesh2009-08-211-0/+2
* | NEW API for SearchManager and Activity to 'triggerSearch'.krosaen2009-08-182-5/+38
* | Bluetooth: API change.Nick Pelly2009-08-183-156/+162