summaryrefslogtreecommitdiffstats
path: root/core/java/android/bluetooth
Commit message (Expand)AuthorAgeFilesLines
* Merge change I551ed729 into eclairAndroid (Google) Code Review2009-12-212-0/+4
|\
| * Use UNDEFINED priorities when unpaired.Jaikumar Ganesh2009-12-112-0/+4
* | docs: update the Bluetooth guide with links to the sampleScott Main2009-12-161-85/+5
|/
* docs: add the Bluetooth developer guide,Scott Main2009-12-092-8/+19
* Add API to get Active Sinks.Jaikumar Ganesh2009-12-072-0/+17
* Add support for Car Dock.Jaikumar Ganesh2009-12-032-0/+9
* Add a new priority for Auto Connection of A2DP. DO NOT MERGE.Jaikumar Ganesh2009-12-022-5/+13
* am 6d95fc0a: docs for ESR: add docs to bluetooth explainin that discovery sho...Scott Main2009-11-203-6/+32
|\
| * docs for ESR: add docs to bluetooth explainin that discovery shouldScott Main2009-11-193-6/+32
* | am 88427cff: Merge change Ibcfb7d10 into eclair-sdkScott Main2009-11-106-68/+228
|\ \ | |/
| * docs: add more documentation for the bluetooth apis.Scott Main2009-11-096-68/+228
* | b/2234854 Fixed Bluetooth API return codes for requesting permission to enabl...Michael Chan2009-11-051-4/+6
* | Revert the channge where channels were not selected randomly.Jaikumar Ganesh2009-10-301-19/+4
|/
* Remove STOPSHIP BT logging.Nick Pelly2009-10-091-1/+1
* BT API security audit: fix a couple of permission mistakes.Nick Pelly2009-10-092-0/+8
* Set the Bond State to NONE when we receive a Agent Cancel.Jaikumar Ganesh2009-10-081-1/+5
* Introduce BluetoothAdapter.getDefaultAdapter().Nick Pelly2009-10-082-7/+34
* Encourage developers to connect RFCOMM by UUID instead of Channel.Nick Pelly2009-10-076-48/+213
* Fix docs builds.Nick Pelly2009-10-062-2/+2
* Provide an API for apps to use a dynamic RFCOMM channel and SDP record.Nick Pelly2009-10-065-21/+186
* Merge change Ic2a16d4f into eclairAndroid (Google) Code Review2009-10-011-3/+8
|\
| * b/2148252 Fix emulatorMichael Chan2009-09-301-3/+8
* | Try to reconnect twice when the rfcomm error code is Connection Refused.Jaikumar Ganesh2009-09-301-2/+3
|/
* Fix broken build.Nick Pelly2009-09-301-2/+2
* Bluetooth A2DP suspend/resume functionalityZhu Lan2009-09-292-0/+34
* Move android.bluetooth.ParcelUuid to android.os.ParcelUuidNick Pelly2009-09-286-160/+10
* Add an API to request a system activity to turn on Bluetooth.Nick Pelly2009-09-281-1/+21
* Handle expiration of discovery mode in system server.Nick Pelly2009-09-252-7/+14
* Fix typo in Bluetooth docs.Brad Fitzpatrick2009-09-251-2/+2
* Bluetooth API: Do not allow apps to programmatically make BT discoverable.Nick Pelly2009-09-242-1/+41
* Cache the remote device's service channel.Jaikumar Ganesh2009-09-211-0/+6
* Merge change 25412 into eclairAndroid (Google) Code Review2009-09-211-2/+14
|\
| * Make ParcelUuid helper functions consistent.Jaikumar Ganesh2009-09-161-2/+14
* | Merge change 25779 into eclairAndroid (Google) Code Review2009-09-192-0/+46
|\ \
| * | Add new API for fetching UUIDs using SDP.Jaikumar Ganesh2009-09-192-0/+46
* | | Reject lowercase characters in checkBluetoothAddress().Nick Pelly2009-09-181-2/+4
* | | Add one line of logging when SCO SOCKET connect starts.Nick Pelly2009-09-181-1/+1
|/ /
* | Do not @hide Parcelable implementations in BluetoothClass and BluetoothDevice.Nick Pelly2009-09-172-6/+0
|/
* Change handling of remoteUuids.Jaikumar Ganesh2009-09-163-22/+84
* Add a parcelable version of UUID file.Jaikumar Ganesh2009-09-162-0/+154
* Changes for BT 2.1Jaikumar Ganesh2009-09-111-3/+15
* API_CHANGE: Cleanup, javadoc and unhide more Bluetooth API.Nick Pelly2009-09-108-404/+638
* API_CHANGENick Pelly2009-09-095-73/+46
* API_CHANGENick Pelly2009-09-094-98/+205
* Add javadoc to explain which permissions are required for Public BT API's.Nick Pelly2009-09-084-0/+8
* Merge change 23646 into eclairAndroid (Google) Code Review2009-09-025-19/+104
|\
| * Immediately destroy BluetoothSocket's on close().Nick Pelly2009-09-025-19/+104
* | Add Bluetooth Device trustLixin Yue2009-09-012-0/+29
|/
* Use correct UUID to authorize AVRCPJackson Fan2009-08-241-0/+5
* Add Bluetooth device picker supportYue Lixin2009-08-195-49/+112