summaryrefslogtreecommitdiffstats
path: root/src/com/android/bluetooth/gatt
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'AU_LINUX_ANDROID_LA.BF64.1.2.1_RB2.05.00.02.081.002' into HEADSudhir Sharma2015-03-126-93/+192
|\
| * Merge tag 'android-5.1.0_r1' into HEADSudhir Sharma2015-03-106-93/+192
| |\
| | * Remove GATT context if client registration did not succeedAndre Eisenbach2015-01-162-2/+23
| | * Fix Bluetooth crash when all filters are used.Wei Wang2015-01-091-2/+3
| | * Enforce BLUETOOTH_PRIVILEGED permission for HID-over-GATTAndre Eisenbach2014-12-161-0/+25
| | * 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
* | | Bluetooth: Avoid cleanup the scan manager if already cleaned upSrinu Jella2015-03-111-4/+16
|/ /
* | Bluetooth: Fix Klocwork issues for gattSwami Dhyan Anurag2014-11-143-45/+96
* | Bluetooth: Cleanup the handler threads properlyBhakthavatsala Raghavendra2014-11-112-0/+20
* | Bluetooth: Allow all pass filter if filter value is emptyNitin Arora2014-11-071-1/+1
* | Bluetooth: Gatt: Load jni library before calling classinitnativeSrinu Jella2014-11-041-0/+2
* | Bluetooth:remove connected devices entries from gatt server hashmapSatish kumar sugasi2014-11-041-1/+9
* | BluetoothGatt: Use ServerIf during registrationSunny Kapdi2014-11-041-15/+38
|/
* 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