summaryrefslogtreecommitdiffstats
path: root/core/java/android/bluetooth/BluetoothAdapter.java
Commit message (Expand)AuthorAgeFilesLines
* Fix crash during Bluetooth on/off stress testAndre Eisenbach2014-10-291-1/+1
* am 248edc3e: Update javadoc comments for getBluetoothLeAdvertiser()Prerepa Viswanadham2014-10-161-2/+3
|\
| * Update javadoc comments for getBluetoothLeAdvertiser()Prerepa Viswanadham2014-10-161-2/+3
* | Add support of advertising through standard instance.(1/4)Wei Wang2014-10-091-1/+17
|/
* Clean up advertise and scan clients upon bluetooth down.Wei Wang2014-08-131-0/+3
* Use Scanner for legacy LE scans(1/2).Wei Wang2014-07-241-273/+91
* cleanup : delete BLE advertising related hidden state references in Bluetooth...Prerepa Viswanadham2014-07-241-18/+0
* Bug 15564216: Report Bluetooth tx/rx/idle activity info and energy reportingPrerepa Viswanadham2014-07-231-0/+43
* Remove MR2 BLE Advertising hidden API from L codebase (1/2).Wei Wang2014-07-141-246/+7
* Unhide Bluetooth batch APIs. Deprecate BluetoothAdpater scan APIs. (1/2)Wei Wang2014-07-111-0/+10
* Unhide the Bluetooth(BLE) offload capability apisPrerepa Viswanadham2014-07-091-3/+0
* OnFound and Onlost callback integrationPrerepa Viswanadham2014-07-091-0/+6
* Implement batch scan APIWei Wang2014-07-081-14/+9
* Obtain capabilities from chipset for it's support of various featuresPrerepa Viswanadham2014-07-021-0/+48
* LE: Add notification sent and congestion callbacks (3/4)Andre Eisenbach2014-06-271-4/+7
* BluetoothAvrcpController: Move AVRCP controller support to new BluetoothProfi...Mike Lockwood2014-06-131-0/+7
* BluetoothA2dpSink: Add new BluetoothProfile subclass for A2DP sinkMike Lockwood2014-06-131-0/+7
* Rename BluetoothHandsfreeClient to BluetoothHeadsetClientMike Lockwood2014-06-131-5/+5
* Bluetooth: Add support for HFP Client role.Hemant Gupta2014-06-131-1/+8
* Address API review comments.Wei Wang2014-05-291-0/+2
* Revert "Revert "APIs for BLE scan, scan filter, batch scan, onFound/onLost an...Wei Wang2014-05-191-0/+32
* Revert "APIs for BLE scan, scan filter, batch scan, onFound/onLost and multip...Wei Wang2014-05-201-32/+0
* APIs for BLE scan, scan filter, batch scan, onFound/onLost and multipleWei Wang2014-05-191-0/+32
* am 7d394df2: am ae1b763c: Merge "LE: Add API to configure MTU for a given con...Zhihai Xu2014-03-311-0/+8
|\
| * Merge "LE: Add API to configure MTU for a given connection (3/4)" into klp-mo...Zhihai Xu2014-03-311-0/+8
| |\
| | * LE: Add API to configure MTU for a given connection (3/4)Andre Eisenbach2014-03-251-0/+8
* | | am 1b09c97d: am 4447405d: Merge "Callback on correct method when status is un...Wei Wang2014-03-291-2/+14
|\ \ \ | |/ /
| * | Callback on correct method when status is unsuccessful.Wei Wang2014-03-291-2/+14
* | | am 0d68a52a: am 9d3e0996: Merge "Add comment of using same callback for start...Wei Wang2014-03-281-1/+1
|\ \ \ | |/ /
| * | Add comment of using same callback for start/stop advertising.Wei Wang2014-03-271-1/+1
| |/
| * DO NOT MERGE: Move advetise clean up to callback code. fixes b/13289050Wei Wang2014-03-191-5/+21
| * DO NOT MERGE: Add status callback for start/stop advertising.Wei Wang2014-03-201-68/+115
| * DO NOT MERGE BLE peripheral mode (3/4): Add peripheral mode API.Wei Wang2014-03-061-11/+199
* | Move advetise clean up to callback code. fixes b/13289050Wei Wang2014-03-201-5/+21
* | Add status callback for start/stop advertising.Wei Wang2014-03-181-68/+115
* | BLE peripheral mode (3/4): Add peripheral mode API.Wei Wang2013-12-191-10/+199
* | Remove unused imports from frameworks/base.John Spurlock2013-11-201-4/+0
|/
* Revert "Allow L2CAP sockets"Mike Lockwood2013-10-021-36/+0
* Fixed review commentsKim Schulz2013-09-121-2/+8
* Allow L2CAP socketsDmitry Grinberg2013-09-061-0/+36
* LE: Add peripheral role support (1/4)Andre Eisenbach2013-08-141-0/+4
* LE: Add instance ID to descriptors (1/4)Andre Eisenbach2013-08-131-3/+3
* Merge "Add debug menu to enable btsnoop"Zhihai Xu2013-07-261-0/+19
|\
| * Add debug menu to enable btsnoopZhihai Xu2013-06-171-0/+19
* | Explicit locale when formatting machine strings.Jeff Sharkey2013-06-111-1/+2
|/
* Update javadoc to give app write better guidenceMatthew Xie2013-05-301-3/+8
* Donot bind to GATT service when BLE is not supportedMatthew Xie2013-05-081-1/+5
* Change permission of LE scan APIs from BLUETOOTH to BLUETOOTH_ADMINMatthew Xie2013-04-241-3/+3
* Remove BluetoothAdapterCallback. Simplify leScan ApiMatthew Xie2013-04-171-165/+257
* Unhide Bluetooth Low Energy public APIsMatthew Xie2013-03-281-8/+230