summaryrefslogtreecommitdiffstats
path: root/core/java/android/bluetooth/BluetoothAdapter.java
Commit message (Expand)AuthorAgeFilesLines
* Cleanup references when turning BT off.Jaikumar Ganesh2011-11-281-4/+22
* Check the bluetooth state for getUuid callMatthew Xie2011-11-161-0/+1
* docs: mix of BT and NFC javadoc updatesScott Main2011-09-271-5/+5
* Move Bluetooth remove service record handler to the app main threadMatthew Xie2011-08-291-12/+19
* Make profile connection state API public.Jaikumar Ganesh2011-08-231-8/+9
* Add Api to get profile connection state.Jaikumar Ganesh2011-08-221-0/+25
* Enforce permission for changeApplicationState function.Jaikumar Ganesh2011-08-031-1/+4
* Add ability to turn BT on / off on a per application basis.Jaikumar Ganesh2011-07-261-0/+63
* Implement APIs for Bluetooth Health profile.Jaikumar Ganesh2011-06-241-0/+3
* am 5aaed097: am 58ada2f3: am 94062517: Merge "Require bonding and encryption ...Jaikumar Ganesh2011-06-061-3/+63
|\
| * am 58ada2f3: am 94062517: Merge "Require bonding and encryption for PBAP server"Jaikumar Ganesh2011-06-061-3/+63
| |\
| | * Require bonding and encryption for PBAP serverMathias Jeppsson2011-05-171-3/+63
| | * Do Not Merge: Expose insecure rfcomm Bluetooth API.Jaikumar Ganesh2011-01-141-1/+55
* | | Bluetooth: correcting return value from cancelDiscoveryAlbert Mojir2011-06-021-1/+1
|/ /
* | Make BluetoothPan inherit from BluetoothProfile.Jaikumar Ganesh2011-02-231-0/+3
* | Make BluetoothInputDevice inherit from BluetoothProfile.Jaikumar Ganesh2011-02-221-0/+3
* | Fix BluetoothAdapter Connection change intent doc.Jaikumar Ganesh2011-02-011-4/+4
* | docs: small javadoc, but also make the existing getProfileProxy docs visible....Scott Main2011-01-191-4/+5
* | Expose insecure rfcomm Bluetooth API.Jaikumar Ganesh2010-12-231-1/+37
* | Update BT code for voice capability cases.Jaikumar Ganesh2010-11-241-0/+15
* | Add an API call to get the ConnectionState of the Bluetooth Adapter.Jaikumar Ganesh2010-10-261-0/+22
* | resolved conflicts for merge of 738aadd7 to masterJake Hamby2010-09-301-4/+4
|\ \ | |/
| * Typo fixes in comments and minor code cleanups.Jake Hamby2010-09-301-4/+4
* | New public APIs for BluetoothA2dp and BluetoothHeadset profiles.Jaikumar Ganesh2010-09-281-0/+104
|/
* Fix Bluetooth Javadoc to clarify the maximum device name length.Jake Hamby2010-09-161-6/+6
* Out Of Band API for Secure Simple Pairing.Jaikumar Ganesh2010-09-131-0/+33
* Update javadoc for the API and change return of getBondedDevices().Jaikumar Ganesh2010-08-091-1/+31
* Check whether Bluetooth is enabled before making any API calls.Jaikumar Ganesh2010-08-091-0/+10
* 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