summaryrefslogtreecommitdiffstats
path: root/src/com/android/bluetooth/gatt
Commit message (Expand)AuthorAgeFilesLines
* bluetooth: Disable logspam from GattServiceSteve Kondik2016-12-301-1/+1
* Merge N-MR1 to remote branch.Naveen Kumar2016-12-085-21/+60
|\
| * Merge commit '1c40f9218d815e4e67482fb8913fce6850e4fb1c' into remoteLalit Kansara2016-12-065-21/+60
| |\
| | * Ensure LE scan clients are removed when the related app diesAndre Eisenbach2016-10-061-5/+5
| | * Do not downgrade filtered scans to opportunisticAndre Eisenbach2016-09-211-3/+10
| | * Fix ConcurrentModificationException in GattService.onScanResultJakub Pawlowski2016-09-021-2/+4
| | * ContextMap: Remove connection references when an app is removedKyle Horimoto2016-08-311-1/+15
| | * Fix a deadlock in service discovery callbacksJakub Pawlowski2016-08-221-1/+9
| | * Fix NPE in permissionCheckJakub Pawlowski2016-08-181-0/+1
| | * Prevent LE scanning apps from being wrongflully downgraded to opportunisticAjay Panicker2016-08-091-1/+1
| | * GATT: Move connection parameters to config.xmlAlain Vongsouvanh2016-05-241-5/+14
| | * Change scan downgrade timeout from 5 min to 30 minAjay Panicker2016-05-211-1/+1
| | |\
| | * \ Merge "Fix 2 instances of a field being assigned itself in a constructor." in...TreeHugger Robot2016-05-201-2/+0
| | |\ \
| | | * | Fix 2 instances of a field being assigned itself in a constructor.Ian Rogers2016-05-191-2/+0
| | * | | Fix a test related to GATT client that could never succeedIan Rogers2016-05-191-1/+1
| | |/ /
* | | | Merge c7ae94e96c0c7bb93ec80d548c024a968c411d32 on remote branchLinux Build Service Account2016-12-061-3/+14
|\| | |
| * | | Bluetooth: Unregister servers for BLE_ON to ON switchVic Wei2016-10-181-3/+14
* | | | GATT: Fix NPE issue while stop LE scanzhenchao2016-11-171-1/+1
|/ / /
* | | BT: Multi A2dp support in Bluetooth AppGaurav Asati2016-08-241-0/+19
* | | Bluetooth: Gatt: Load jni library before calling classinitnativeSrinu Jella2016-08-241-4/+18
* | | Do not send Pairing cancel intent during ACL disconnectionSrinu Jella2016-08-242-0/+20
| |/ |/|
* | Change scan downgrade timeout from 5 min to 30 minAjay Panicker2016-05-201-1/+1
|/
* Add protection against LE scanning abuseAjay Panicker2016-05-094-1/+95
* Fix divergent equals and hashCode behaviorIan Rogers2016-05-051-2/+4
* Log permission check failure as warningJakub Pawlowski2016-04-261-6/+6
* Merge "Properly label app as unregistered and add NPE protection" into nyc-devAjay Panicker2016-04-222-3/+4
|\
| * Properly label app as unregistered and add NPE protectionAjay Panicker2016-04-222-3/+4
* | Synchronize access to ServiceDeclaration fields.Calvin On2016-04-221-36/+46
|/
* Fix name collected for scan initiatorAjay Panicker2016-04-061-2/+22
* Add GATT server scan stats and extra protectionAjay Panicker2016-04-041-2/+18
* Fix NPE when performing BLE scans.Sharvil Nanavati2016-03-251-1/+1
* Add scan results to scan statsAjay Panicker2016-03-233-34/+63
* Fix register for notification logicJakub Pawlowski2016-03-221-1/+1
* Use handles to identify GATT attributes (3/4)Jakub Pawlowski2016-03-212-217/+124
* Change how services are passed up to the stackJakub Pawlowski2016-03-211-30/+22
* Get whole GATT db, instead of one by one element.Jakub Pawlowski2016-03-223-254/+112
* Move ScanStats to its own fileAjay Panicker2016-03-083-225/+238
* Merge "Fix a bug where batch scan wasn't stopped correctly." into nyc-devWei Wang2016-03-031-7/+7
|\
| * Fix a bug where batch scan wasn't stopped correctly.Wei Wang2016-03-021-7/+7
* | Add more statistics to scan logsAjay Panicker2016-03-011-22/+54
* | Protect ScanStats from race conditionsAjay Panicker2016-03-011-78/+79
|/
* Fix logic for repeated record scan callsAjay Panicker2016-02-261-0/+7
* Mark background and opportunistic scans in scan statisticsAjay Panicker2016-02-262-4/+16
* Add timestamps to last LE scan logAjay Panicker2016-02-241-11/+24
* Clean up gatt dump outputAjay Panicker2016-02-241-2/+2
* Add Java Protobuf dump and ScanEvent ProtobufAjay Panicker2016-02-182-1/+56
* Use the incoming WorkSource to notify batterystats of BLE scansAdam Lesinski2016-01-273-12/+64
* Add extra logging for BLE scansAjay Panicker2016-01-202-28/+182
* Enforce BLUETOOTH_PRIVILEGED permission for FIDO U2F over GATTAlexei Czeskis2015-12-301-6/+35
* Fix race condition when doing GATT discoveryJakub Pawlowski2015-12-112-6/+24