summaryrefslogtreecommitdiffstats
path: root/src/com/android/bluetooth/gatt
Commit message (Expand)AuthorAgeFilesLines
* Fix timestamp parsing issue for full scan results.Wei Wang2014-12-081-1/+2
* Merge "Add GATT debug information to dumpsys/bugreport" into lmp-mr1-devAndre Eisenbach2014-12-024-45/+26
|\
| * Add GATT debug information to dumpsys/bugreportAndre Eisenbach2014-12-024-45/+26
* | Add server-side callback for change in MTU (3/4)Andre Eisenbach2014-11-261-7/+13
|/
* Merge "Add dumpsys support for bluetooth" into lmp-mr1-devMike Lockwood2014-11-081-0/+18
|\
| * Add dumpsys support for bluetoothMike Lockwood2014-10-281-0/+18
* | Fix batch timestamp parsing error.Wei Wang2014-10-291-8/+9
|/
* Remove spammy log information for BLE scan.Wei Wang2014-10-181-2/+0
* Add support of advertising through standard instance.(2/4)Wei Wang2014-10-092-31/+82
* Defer callbacks if the transport is congestedPrerepa Viswanadham2014-09-233-8/+105
* Fix a typo that compares scanMode with callback types.Wei Wang2014-09-171-1/+1
* Merge "Enforce permissions for BLE hidden APIs." into lmp-devWei Wang2014-09-171-0/+20
|\
| * Enforce permissions for BLE hidden APIs.Wei Wang2014-09-121-0/+20
* | Do not reuse all pass filter index.Wei Wang2014-09-081-18/+61
|/
* Merge "Fixed batch scan returning status 12 when restarted." into lmp-devWei Wang2014-09-053-159/+188
|\
| * Fixed batch scan returning status 12 when restarted.Wei Wang2014-09-053-159/+188
* | Return right connection status when connection failedPrerepa Viswanadham2014-09-051-1/+2
|/
* More precise control of batch alarm.Wei Wang2014-08-271-25/+35
* Set batch scan params based on scan settings.Prerepa Viswanadham2014-08-262-33/+146
* Merge "Fix API council review comments. Also hide certain APIs(2/3)." into lm...Wei Wang2014-08-241-2/+4
|\
| * Fix API council review comments. Also hide certain APIs(2/3).Wei Wang2014-08-151-2/+4
* | Merge "Fix race condition when advertising app dies." into lmp-devWei Wang2014-08-245-17/+32
|\ \
| * | Fix race condition when advertising app dies.Wei Wang2014-08-205-17/+32
| |/
* / LE: Rename new MTU and connection paramter update APIsAndre Eisenbach2014-08-201-2/+2
|/
* Add protection before cleaning up adv and scan manager.Wei Wang2014-08-131-4/+4
* Use nanos instead of micros in BLE scan.Wei Wang2014-08-111-3/+1
* Merge "fix build." into lmp-devWei Wang2014-08-072-9/+18
|\
| * fix build.Wei Wang2014-08-072-9/+18
* | Merge "LE: Add limited advertising duration capability (3/3)" into lmp-devAndre Eisenbach2014-08-071-3/+4
|\ \ | |/ |/|
| * LE: Add limited advertising duration capability (3/3)Andre Eisenbach2014-08-071-3/+4
* | Fix build.Wei Wang2014-08-071-1/+1
* | OnFound/Lost reporting: s/w detects the first match andPrerepa Viswanadham2014-08-073-16/+57
* | Clear pending data and allow all filter when batch stopped.Wei Wang2014-08-063-21/+67
* | Workaround for reversed mac addresses in batch scan.Wei Wang2014-08-042-6/+18
* | Change discard rule.Wei Wang2014-08-031-1/+3
* | Add a default impelementation of IBluetoothGattCallback(2/2).Wei Wang2014-08-012-7/+21
* | Merge "Change service data and manufacturer data to be repeated." into lmp-devWei Wang2014-08-012-9/+8
|\ \
| * | Change service data and manufacturer data to be repeated.Wei Wang2014-07-312-9/+8
* | | Remove client from advertiseManager correctlyYicheng Fan2014-07-311-1/+1
|/ /
* | Merge "Combine manu id and data before setting to stack." into lmp-devWei Wang2014-07-241-17/+43
|\ \
| * | Combine manu id and data before setting to stack.Wei Wang2014-07-251-17/+43
* | | Bug 16630976 - Fix for LE Scan not workingPrerepa Viswanadham2014-07-281-0/+3
* | | Fix build due to removal of configureScanParams.Wei Wang2014-07-281-1/+0
* | | Refactor configuring scan params to scan managerPrerepa Viswanadham2014-07-282-57/+68
* | | Fix service data filter and report delay issue.Wei Wang2014-07-273-10/+127
|/ /
* | Use scanner for lagacy LE scan (2/2).Wei Wang2014-07-233-43/+5
* | Add a ScanManager that handles Scan related operations. RemoveWei Wang2014-07-224-568/+598
|/
* Fix buildWei Wang2014-07-181-4/+1
* More API modification of BLE APIs (2/2)Wei Wang2014-07-182-6/+10
* Merge "Reduce GATT logging output" into lmp-devAndre Eisenbach2014-07-172-19/+21
|\