summaryrefslogtreecommitdiffstats
path: root/src/com/android/bluetooth/gatt/GattService.java
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'AU_LINUX_ANDROID_LA.BF64.1.2.1_RB2.05.00.02.081.002' into HEADSudhir Sharma2015-03-121-28/+85
|\
| * Merge tag 'android-5.1.0_r1' into HEADSudhir Sharma2015-03-101-28/+85
| |\
| | * Remove GATT context if client registration did not succeedAndre Eisenbach2015-01-161-2/+6
| | * 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-021-0/+9
| | |\
| | | * Add GATT debug information to dumpsys/bugreportAndre Eisenbach2014-12-021-0/+9
| | * | 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-091-8/+3
* | | Bluetooth: Avoid cleanup the scan manager if already cleaned upSrinu Jella2015-03-111-4/+16
|/ /
* | Bluetooth: Fix Klocwork issues for gattSwami Dhyan Anurag2014-11-141-15/+55
* | Bluetooth: Gatt: Load jni library before calling classinitnativeSrinu Jella2014-11-041-0/+2
* | BluetoothGatt: Use ServerIf during registrationSunny Kapdi2014-11-041-15/+38
|/
* Defer callbacks if the transport is congestedPrerepa Viswanadham2014-09-231-8/+38
* Fix a typo that compares scanMode with callback types.Wei Wang2014-09-171-1/+1
* Enforce permissions for BLE hidden APIs.Wei Wang2014-09-121-0/+20
* Merge "Fixed batch scan returning status 12 when restarted." into lmp-devWei Wang2014-09-051-1/+1
|\
| * Fixed batch scan returning status 12 when restarted.Wei Wang2014-09-051-1/+1
* | Return right connection status when connection failedPrerepa Viswanadham2014-09-051-1/+2
|/
* Set batch scan params based on scan settings.Prerepa Viswanadham2014-08-261-10/+0
* Merge "Fix race condition when advertising app dies." into lmp-devWei Wang2014-08-241-12/+15
|\
| * Fix race condition when advertising app dies.Wei Wang2014-08-201-12/+15
* | 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
* fix build.Wei Wang2014-08-071-4/+5
* Fix build.Wei Wang2014-08-071-1/+1
* OnFound/Lost reporting: s/w detects the first match andPrerepa Viswanadham2014-08-071-11/+37
* Clear pending data and allow all filter when batch stopped.Wei Wang2014-08-061-9/+49
* Workaround for reversed mac addresses in batch scan.Wei Wang2014-08-041-3/+16
* Add a default impelementation of IBluetoothGattCallback(2/2).Wei Wang2014-08-011-5/+8
* Fix build due to removal of configureScanParams.Wei Wang2014-07-281-1/+0
* Refactor configuring scan params to scan managerPrerepa Viswanadham2014-07-281-56/+0
* Fix service data filter and report delay issue.Wei Wang2014-07-271-0/+7
* Use scanner for lagacy LE scan (2/2).Wei Wang2014-07-231-34/+3
* Add a ScanManager that handles Scan related operations. RemoveWei Wang2014-07-221-107/+42
* More API modification of BLE APIs (2/2)Wei Wang2014-07-181-4/+8
* Merge "Reduce GATT logging output" into lmp-devAndre Eisenbach2014-07-171-19/+20
|\
| * Reduce GATT logging outputAndre Eisenbach2014-07-181-19/+20
* | Merge "Add an AdvertiseManager for LE advertise operations." into lmp-devWei Wang2014-07-171-61/+42
|\ \ | |/ |/|
| * Add an AdvertiseManager for LE advertise operations.Wei Wang2014-07-171-61/+42
* | LE: Add connection parameter update request API (3/4)Andre Eisenbach2014-07-181-0/+44
|/
* Remove MR2 BLE Advertising hidden API from L codebase (2/2)Wei Wang2014-07-141-284/+9
* Unhide Bluetooth batch APIs. Deprecate BluetoothAdpater scan APIs. (2/2)Andre Eisenbach2014-07-111-10/+10
* Fix filter index stack initialization issue caused by GattServiceStateMachine...Wei Wang2014-07-091-1/+0
* OnFound and Onlost found integrationPrerepa Viswanadham2014-07-091-3/+19