summaryrefslogtreecommitdiffstats
path: root/core/java/android/bluetooth/BluetoothDevice.java
Commit message (Expand)AuthorAgeFilesLines
* Allow L2CAP socketsDmitry Grinberg2013-09-061-0/+27
* Bluetooth MAP profile - sms and mms support initial check-inMatthew Xie2013-08-091-0/+3
* Update javadoc to give app write better guidenceMatthew Xie2013-05-301-1/+1
* Donot bind to GATT service when BLE is not supportedMatthew Xie2013-05-081-0/+4
* Change BluetoothGattCallback methods argument from BluetoothDevice to Bluetoo...Matthew Xie2013-04-031-2/+42
* Merge "Unhide Bluetooth Low Energy public APIs" into jb-mr2-devMatthew Xie2013-03-281-0/+27
|\
| * Unhide Bluetooth Low Energy public APIsMatthew Xie2013-03-281-0/+27
* | Correct executable bit for source files [Take 2]Chirayu Desai2013-03-271-0/+0
|/
* handle NullPointerException in cases where a proxySyed Ibrahim M2012-07-261-0/+6
* Fixed issue with Settings app crashing after during on/off and unpair.fredc2012-07-161-1/+17
* Disable debug logs in BluetoothDevice, that was turned on accidentally Change...Ravi Nagarajan2012-07-161-1/+1
* Non persistent adapter servicefredc2012-07-161-5/+52
* Handle cancel bond for both legacy and ssp pairingRavi Nagarajan2012-07-161-1/+1
* Added support to get a remote device's service UUIDsfredc2012-07-161-5/+3
* Added support to cancel pairing from UI while doing SSP.Priti Aghera2012-07-161-4/+2
* Changes for new Bluetooth APIs.Jaikumar Ganesh2012-07-131-31/+51
* Get alias for Bluetooth devices.Jeff Brown2012-04-201-0/+12
* Fix obvious typos under frameworks/base/coreKen Wakasa2012-03-091-1/+1
* docs: Add developer guide cross-references, Project ACRE, round 4Joe Fernandez2011-12-221-0/+6
* Make public APIs of ACTION_UUID, EXTRA_UUID, getUuids, and fetchUuidsWithSdpMatthew Xie2011-11-081-14/+24
* Fix build break; Revert "Make public APIs of ACTION_UUID, getUuids, and fetch...Ed Heyl2011-11-081-23/+12
* Make public APIs of ACTION_UUID, getUuids, and fetchUuidsWithSdpMatthew Xie2011-10-271-12/+23
* Provide an API to set the friendly name of a remote device.Matthew Xie2011-07-281-0/+48
* Incoming Bluetooth Connection requests - dialog.Matthew Xie2011-07-071-0/+64
* Improve readability of java docs for the public APIs.Jaikumar Ganesh2011-01-251-0/+18
* Follow the spec recommendation for keyboard pairing.Jaikumar Ganesh2011-01-061-35/+90
* Expose insecure rfcomm Bluetooth API.Jaikumar Ganesh2010-12-231-0/+33
* Typo fixes in comments and minor code cleanups.Jake Hamby2010-09-301-14/+14
* Out Of Band API for Secure Simple Pairing.Jaikumar Ganesh2010-09-131-1/+57
* Add documentation to help developers make an RFCOMM conection to a BluetoothNick Pelly2010-02-241-0/+4
* Add support for Car Dock.Jaikumar Ganesh2009-12-031-0/+8
* docs: add more documentation for the bluetooth apis.Scott Main2009-11-091-4/+19
* BT API security audit: fix a couple of permission mistakes.Nick Pelly2009-10-091-0/+6
* Set the Bond State to NONE when we receive a Agent Cancel.Jaikumar Ganesh2009-10-081-1/+5
* Introduce BluetoothAdapter.getDefaultAdapter().Nick Pelly2009-10-081-2/+1
* Encourage developers to connect RFCOMM by UUID instead of Channel.Nick Pelly2009-10-071-17/+51
* Move android.bluetooth.ParcelUuid to android.os.ParcelUuidNick Pelly2009-09-281-5/+6
* Bluetooth API: Do not allow apps to programmatically make BT discoverable.Nick Pelly2009-09-241-0/+3
* Add new API for fetching UUIDs using SDP.Jaikumar Ganesh2009-09-191-0/+45
* Do not @hide Parcelable implementations in BluetoothClass and BluetoothDevice.Nick Pelly2009-09-171-3/+0
* Change handling of remoteUuids.Jaikumar Ganesh2009-09-161-2/+2
* Changes for BT 2.1Jaikumar Ganesh2009-09-111-3/+15
* API_CHANGE: Cleanup, javadoc and unhide more Bluetooth API.Nick Pelly2009-09-101-87/+241
* API_CHANGENick Pelly2009-09-091-5/+16
* API_CHANGENick Pelly2009-09-091-1/+2
* Add javadoc to explain which permissions are required for Public BT API's.Nick Pelly2009-09-081-0/+1
* Add Bluetooth Device trustLixin Yue2009-09-011-0/+27
* Add Bluetooth device picker supportYue Lixin2009-08-191-0/+10
* API CHANGENick Pelly2009-08-191-27/+84
* Bluetooth: API change.Nick Pelly2009-08-181-222/+135