summaryrefslogtreecommitdiffstats
path: root/core/java/android/bluetooth
Commit message (Expand)AuthorAgeFilesLines
* Prevent NullPointerException in getStringValue if no value is setAndre Eisenbach2014-12-091-1/+1
* Merge "Add UUID for Pbap client" into lmp-mr1-devJustin Harrison2014-12-051-0/+2
|\
| * Add UUID for Pbap clientMatthew Xie2014-11-201-0/+2
* | Merge "Change the routing path of bluetooth headset connections." into lmp-mr...Benjamin Franz2014-12-053-38/+95
|\ \
| * | Change the routing path of bluetooth headset connections.Benjamin Franz2014-12-043-38/+95
* | | Fix BT crash due to unset value for BluetoothGattDescriptor from API userPrerepa Viswanadham2014-12-041-2/+2
|/ /
* | Add server-side callback for change in MTU (4/4)Andre Eisenbach2014-11-263-0/+31
* | Feature request: Increasing advertise data size onTom Turney2014-11-151-4/+6
|/
* Merge "Add dumpsys support for bluetooth" into lmp-mr1-devMike Lockwood2014-11-081-0/+3
|\
| * Add dumpsys support for bluetoothMike Lockwood2014-10-281-0/+3
* | Fix crash during Bluetooth on/off stress testAndre Eisenbach2014-10-291-1/+1
|/
* Remove spammy log information for BLE scan.Wei Wang2014-10-181-2/+3
* 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-093-2/+20
|/
* Remove remanents of onConnectionCongested in framworkPrerepa Viswanadham2014-09-245-41/+0
* Merge "Adds APIs for Bluetooth PBAP and MAP access permission." into lmp-devEdward Jee2014-09-162-34/+102
|\
| * Adds APIs for Bluetooth PBAP and MAP access permission.Edward Jee2014-09-092-34/+102
* | Remove onConnectionCongested callbackPrerepa Viswanadham2014-09-114-30/+4
* | Merge "Unregister app when advertise failed after registration." into lmp-devWei Wang2014-09-055-29/+37
|\ \ | |/ |/|
| * Unregister app when advertise failed after registration.Wei Wang2014-09-025-29/+37
* | Close the base socket when bindListen failsMatthew Xie2014-09-031-0/+8
|/
* Merge "Fix API council review comments. Also hide certain APIs(1/3)." into lm...Wei Wang2014-08-246-43/+41
|\
| * Fix API council review comments. Also hide certain APIs(1/3).Wei Wang2014-08-156-43/+41
* | Merge "LE: Rename new MTU and connection paramter update APIs" into lmp-devAndre Eisenbach2014-08-213-20/+20
|\ \
| * | LE: Rename new MTU and connection paramter update APIsAndre Eisenbach2014-08-203-20/+20
| |/
* | Merge "Fix threading issue for advertising." into lmp-devWei Wang2014-08-211-80/+83
|\ \
| * | Fix threading issue for advertising.Wei Wang2014-08-191-80/+83
| |/
* | Fix race condition for BluetoothLeScanner.Wei Wang2014-08-191-37/+25
|/
* Protect from malformed advt with invalid manf_id/data comboPrerepa Viswanadham2014-08-141-2/+4
* Prevent crash in Gatt service due to null pointer inPrerepa Viswanadham2014-08-141-0/+6
* Clean up advertise and scan clients upon bluetooth down.Wei Wang2014-08-134-1/+22
* Add a TLV to support different result storageWei Wang2014-08-075-12/+221
* OnLost/OnFound integration - onfound match is done in framework,Prerepa Viswanadham2014-08-073-17/+20
* Add transport parameter to createBond() function (4/4)Andre Eisenbach2014-08-052-2/+33
* Add a default impelementation of IBluetoothGattCallback(1/2).Wei Wang2014-08-015-299/+165
* Revert "Revert "Service data and manufacturer data can be repeated fields.""Wei Wang2014-08-015-151/+253
* Revert "Service data and manufacturer data can be repeated fields."Sungsoo Lim2014-08-015-253/+151
* Service data and manufacturer data can be repeated fields.Wei Wang2014-07-315-151/+253
* Merge "Make scan filter accepts prefix. Add tests." into lmp-devWei Wang2014-07-251-19/+32
|\
| * Make scan filter accepts prefix. Add tests.Wei Wang2014-07-281-19/+32
* | Fix crash in Stopping/Starting BLE advertising afterPrerepa Viswanadham2014-07-292-1/+20
|/
* LE: Do not invoke callback if retrying read/write operationAndre Eisenbach2014-07-281-0/+2
* Split manu id and manu data.Wei Wang2014-07-273-17/+35
* Fix bug of ScanSettings. Add unit test.Wei Wang2014-07-251-28/+37
* Use Scanner for legacy LE scans(1/2).Wei Wang2014-07-243-278/+95
* cleanup : delete BLE advertising related hidden state references in Bluetooth...Prerepa Viswanadham2014-07-241-18/+0
* Move AdvertiseData length check to BluetoothAdvertiser.Wei Wang2014-07-232-50/+71
* Bug 15564216: Report Bluetooth tx/rx/idle activity info and energy reportingPrerepa Viswanadham2014-07-234-0/+207
* Fix parcel issues with empty service uuid. Added tests.Wei Wang2014-07-231-30/+49