aboutsummaryrefslogtreecommitdiff
path: root/framework/java/android/bluetooth/BluetoothGatt.java
Commit message (Expand)AuthorAgeFilesLines
* Reuse SynchronousResultReceivers instead of creating new.Etienne Ruffieux2022-06-221-27/+27
* Address API council feedback on GATT API changes.Rahul Sabnis2022-03-171-13/+6
* Remove allowBlocking from BluetoothManagerServiceWilliam Escande2022-02-011-62/+138
* Reduce blocking time when waiting for CharacteristicWrite queue to clearJohanna Ye2021-12-231-1/+1
* BluetoothGatt: Deprecate unsupported methodsHyundo Moon2021-12-011-4/+6
* Deprecate GATT callbacks and methods that were not memory safe andRahul Sabnis2021-11-051-63/+152
* Merge changes Icabed06e,I25bc13c6 am: 020a379b50 am: dcea1a5aa5Treehugger Robot2021-08-101-0/+3
|\
| * Merge changes Icabed06e,I25bc13c6Treehugger Robot2021-08-101-0/+3
| |\
| | * Bluetooth: Add GATT_INSUFFICIENT_AUTHORIZATION error codeJakub Tyszkowski2021-08-091-0/+3
| * | Fix long characteristic write concurrency bug.Johanna Ye2021-07-011-6/+52
| |/
* | Merge "Fix long characteristic write concurrency bug." into sc-dev-plus-aospJohanna Ye2021-07-091-6/+52
|\ \
| * | Fix long characteristic write concurrency bug.Johanna Ye2021-07-021-7/+55
* | | Merge "Add synchronization to all mDeviceBusy state changes." am: 744e835c40 ...Johanna Ye2021-06-291-6/+18
|\ \ \ | |/ / |/| / | |/
| * Add synchronization to all mDeviceBusy state changes.Johanna Ye2021-06-291-6/+18
* | Pass attribution source to BT APIs.Oli Lan2021-04-221-31/+42
* | More Bluetooth API annotation updates.Jeff Sharkey2021-04-161-5/+18
* | Update Bluetooth API annotations.Jeff Sharkey2021-04-141-38/+75
|/
* gatt: Allow to set eatt supportƁukasz Rymanowski2021-01-111-1/+20
* Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-11-041-3/+3
* Expose service changed event to application (2/3)HsingYuan Lo2020-09-241-0/+25
* Update language to comply with Android's inclusive language guidanceJeff Sharkey2020-09-141-2/+2
* Use new UnsupportedAppUsage annotation.Artur Satayev2020-01-091-1/+1
* Merge "Synchronize on a static final object to lock mDeviceBusy" am: 49651ddf...Ajay Panicker2018-10-181-12/+13
|\
| * Merge "Synchronize on a static final object to lock mDeviceBusy" am: 49651ddf88Ajay Panicker2018-10-181-12/+13
| |\
| | * Synchronize on a static final object to lock mDeviceBusyAjay Panicker2018-10-171-12/+13
* | | docs: fixing errors found with lint checker am: 985ec79824kopriva2018-10-101-1/+1
|\| |
| * | docs: fixing errors found with lint checkerkopriva2018-10-091-1/+1
| |\ \ | | |/ | |/|
| | * docs: fixing errors found with lint checkerkopriva2018-10-091-1/+1
| | * Fix spelling errors in BluetoothGatt documentationStanley Tng2018-05-041-7/+7
| | * Add min_ce/max_ce parameters to requestLeConnectionUpdate()Stanley Tng2018-04-121-8/+10
| * | Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-011-0/+11
* | | Move some members to the "Q blacklist".Mathew Inwood2018-09-141-1/+2
* | | Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-021-0/+11
|/ /
* | Fix spelling errors in BluetoothGatt documentationStanley Tng2018-05-031-7/+7
* | Add min_ce/max_ce parameters to requestLeConnectionUpdate()Stanley Tng2018-04-031-8/+10
|/
* Add function to update LE connection parametersStanley Tng2018-02-011-0/+32
* Fix included service parsing (3/3)Jakub Pawlowski2017-09-141-4/+2
* Bluetooth: fix typo in commentJakub Pawlowski2017-09-141-1/+1
* Bluetooth: thread-safe callback invocationJakub Pawlowski2017-09-131-29/+43
* Bluetooth: fix GATT race conditions when using HandlerJakub Pawlowski2017-09-131-5/+3
* Fix checkstyle errors (2/2)Jack He2017-08-241-31/+29
* Fix checkstyle errors (1/2)Jack He2017-08-241-486/+542
* Merge "GATT: Expose opportunistic client API to Java"Jack He2017-07-111-4/+6
|\
| * GATT: Expose opportunistic client API to JavaJack He2017-07-111-4/+6
* | Merge "Discover primary service by UUID for PTS tests (4/4)" am: abb732fc40 a...Jakub Pawlowski2017-05-161-1/+25
|\|
| * Discover primary service by UUID for PTS tests (4/4)Jakub Pawlowski2017-05-161-1/+25
| * Fix Bluetooth GATT API default handler assignmentRuben Brunk2017-05-051-14/+30
| * Fix NPE when accessing mCallback in BluetoothGattJakub Pawlowski2017-04-271-16/+47
| * Bluetooth: Add handler parameter to connectGattJakub Pawlowski2017-04-251-71/+97
| * Read by UUID for PTS tests (1/5)Jakub Pawlowski2017-04-181-0/+35