summaryrefslogtreecommitdiff
path: root/core/java/android/bluetooth/BluetoothDevice.java
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth 5 PHY selection APIJakub Pawlowski2017-03-081-1/+98
* Bluetooth: Expose L2CAP API to support OPP 1.2Hemant Gupta2017-03-071-0/+21
* Merge "Fix connecting to profiles when bonding from local device (1/3)" am: 4...Jakub Pawlowski2016-10-061-0/+8
|\
| * Merge "Fix connecting to profiles when bonding from local device (1/3)" am: 4...Jakub Pawlowski2016-10-061-0/+8
| |\
| | * Fix connecting to profiles when bonding from local device (1/3)Jakub Pawlowski2016-10-041-0/+8
| | * Fix links to Bluetooth GuideMarie Janssen2016-06-201-1/+1
| | * Merge commit '26ada7e78993241d702a908eae93d174cbb3c8b3' into HEADBill Yi2016-02-171-0/+13
| | |\
| | * | Implementation of BluetoothDevice.createBondOutOfBandJakub Pawlowski2016-02-031-7/+5
* | | | Remove unused mContext from BluetoothGatt[Server].Jeremy Klein2016-09-281-1/+1
|/ / /
* | | Fix setPairingConfirmation permissions issue (2/2) am: 93326cfd9f am: 3106e3a...Marie Janssen2016-09-211-2/+2
|\ \ \
| * \ \ Fix setPairingConfirmation permissions issue (2/2) am: 93326cfd9fMarie Janssen2016-09-211-2/+2
| |\ \ \ | | |_|/ | |/| |
| | * | Fix setPairingConfirmation permissions issue (2/2)Marie Janssen2016-09-081-2/+2
| | |/
* | | Docs: Fixed the Bluetooth guide linkHemal Patel2016-08-171-2/+5
* | | Implementation of BluetoothDevice.createBondOutOfBandJakub Pawlowski2016-01-151-7/+5
|/ /
* / Log API calls to createBond(), cancelBondProcess(), removeBond()Christine Hallstrom2015-12-031-0/+13
|/
* Require ACCESS_COARSE_LOCATION for ACTION_FOUND broadcastFyodor Kupolov2015-07-141-1/+2
* SAP: Make it possible to enforce a 16-digit pin code (4/5)Casper Bonde2015-06-091-2/+9
* Un-hide connectGatt() variant with selective transportAndre Eisenbach2015-06-021-4/+0
* Add bluetooth permission annotationsTor Norbye2015-05-151-0/+12
* Add support for Bluetooth Sim Access Profile (2/4)Casper Bonde2015-04-151-0/+41
* Bluetooth LE background operation mode (2/2)Nitin Arora2015-04-151-13/+42
* OBEX Over L2CAP + SDP search API for BT profilesCasper Bonde2015-04-111-3/+66
* Add API to check if a Bluetooth connection is encrypted (1/2)Andre Eisenbach2015-02-091-1/+33
* Adds APIs for Bluetooth PBAP and MAP access permission.Edward Jee2014-09-091-34/+97
* Add transport parameter to createBond() function (4/4)Andre Eisenbach2014-08-051-1/+32
* Bluetooth: Support MAP Client role on Bluedroid.Hemant Gupta2014-07-011-2/+22
* Adding a method to know if there is a connection to a BluetoothDevice.Jay Civelli2014-06-041-0/+20
* Add transport param to Connect APIsGanesh Ganapathi Batta2014-05-061-1/+42
* Merge "NPE in BluetoothDevice.fetchUuidsWithSdp"Zhihai Xu2014-01-141-1/+6
|\
| * NPE in BluetoothDevice.fetchUuidsWithSdpZhihai Xu2014-01-131-1/+6
* | Remove unused imports from frameworks/base.John Spurlock2013-11-201-2/+0
|/
* Change pairing api/intent permission from PRIVILEGED to ADMINMatthew Xie2013-10-211-6/+6
* Makes ACTION_PAIRING_REQUEST require BLUETOOTH_PRIVILEGED.Edward Jee2013-10-101-1/+2
* Revert "Allow L2CAP sockets"Mike Lockwood2013-10-021-27/+0
* Unhide setPin, setPin, setPairingConfirmation, and relevant intent fieldsMatthew Xie2013-09-291-14/+42
* 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