summaryrefslogtreecommitdiffstats
path: root/core/java/android/bluetooth/BluetoothDevice.java
Commit message (Expand)AuthorAgeFilesLines
* 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
* Initial support of 2.1 pairing.Jaikumar Ganesh2009-07-171-2/+25
* Revert "Initial support of 2.1 pairing."Jaikumar Ganesh2009-07-171-25/+2
* Initial support of 2.1 pairing.Jaikumar Ganesh2009-07-171-2/+25
* Framework changes for bluez4.Jaikumar Ganesh2009-06-091-177/+15
* AI 143812: am: CL 143788 am: CL 143740 Don't clear supported profiles in sett...Nick Pelly2009-03-311-1/+2
* auto import from //branches/cupcake_rel/...@140373The Android Open Source Project2009-03-181-26/+24
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+580
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-578/+0
* auto import from //depot/cupcake/@132589The Android Open Source Project2009-03-031-3/+1
* auto import from //depot/cupcake/@137055The Android Open Source Project2009-03-021-1/+3
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-101-61/+36
* auto import from //branches/cupcake/...@127436The Android Open Source Project2009-01-221-50/+52
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-1/+1
* Initial ContributionThe Android Open Source Project2008-10-211-0/+601