summaryrefslogtreecommitdiffstats
path: root/core/java/android/bluetooth/BluetoothAdapter.java
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth : Reserve the RFCOMM channel 20 for FTP profileRakesh KrishnaMoorthy2010-12-011-0/+1
* Removing STOPSHIP logs.Jaikumar Ganesh2010-05-181-1/+1
* am ed2a70d6: docs: add the Bluetooth developer guide, and make some revisions...Scott Main2009-12-101-4/+19
|\
| * docs: add the Bluetooth developer guide,Scott Main2009-12-091-4/+19
* | am e1611399: am 6d95fc0a: docs for ESR: add docs to bluetooth explainin that ...Scott Main2009-11-201-5/+16
|\ \ | |/
| * am 6d95fc0a: docs for ESR: add docs to bluetooth explainin that discovery sho...Scott Main2009-11-201-5/+16
| |\
| | * docs for ESR: add docs to bluetooth explainin that discovery shouldScott Main2009-11-191-5/+16
* | | am 13ce56bd: am 88427cff: Merge change Ibcfb7d10 into eclair-sdkScott Main2009-11-101-5/+22
|\ \ \ | |/ /
| * | am 88427cff: Merge change Ibcfb7d10 into eclair-sdkScott Main2009-11-101-5/+22
| |\ \ | | |/
| | * docs: add more documentation for the bluetooth apis.Scott Main2009-11-091-5/+22
* | | am 8d51f710: Merge change Icdd2864e into eclairMichael Chan2009-11-061-4/+6
|\ \ \ | |/ /
| * | b/2234854 Fixed Bluetooth API return codes for requesting permission to enabl...Michael Chan2009-11-051-4/+6
* | | am 3cf254d2: Merge change I4b3db907 into eclairJaikumar Ganesh2009-10-301-19/+4
|\ \ \ | |/ /
| * | 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-091-0/+2
* Introduce BluetoothAdapter.getDefaultAdapter().Nick Pelly2009-10-081-5/+33
* Encourage developers to connect RFCOMM by UUID instead of Channel.Nick Pelly2009-10-071-9/+31
* Provide an API for apps to use a dynamic RFCOMM channel and SDP record.Nick Pelly2009-10-061-17/+141
* Move android.bluetooth.ParcelUuid to android.os.ParcelUuidNick Pelly2009-09-281-0/+1
* 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-251-6/+13
* 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-241-1/+38
* Reject lowercase characters in checkBluetoothAddress().Nick Pelly2009-09-181-2/+4
* API_CHANGE: Cleanup, javadoc and unhide more Bluetooth API.Nick Pelly2009-09-101-52/+140
* API_CHANGENick Pelly2009-09-091-0/+9
* API_CHANGENick Pelly2009-09-091-71/+199
* Add javadoc to explain which permissions are required for Public BT API's.Nick Pelly2009-09-081-0/+1
* Immediately destroy BluetoothSocket's on close().Nick Pelly2009-09-021-3/+3
* API CHANGENick Pelly2009-08-191-17/+62
* Bluetooth: API change.Nick Pelly2009-08-181-0/+331