index
:
packages_modules_Bluetooth.git
t13.0
packages_modules_Bluetooth
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
framework
/
java
/
android
/
bluetooth
/
BluetoothGatt.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reuse SynchronousResultReceivers instead of creating new.
Etienne Ruffieux
2022-06-22
1
-27
/
+27
*
Address API council feedback on GATT API changes.
Rahul Sabnis
2022-03-17
1
-13
/
+6
*
Remove allowBlocking from BluetoothManagerService
William Escande
2022-02-01
1
-62
/
+138
*
Reduce blocking time when waiting for CharacteristicWrite queue to clear
Johanna Ye
2021-12-23
1
-1
/
+1
*
BluetoothGatt: Deprecate unsupported methods
Hyundo Moon
2021-12-01
1
-4
/
+6
*
Deprecate GATT callbacks and methods that were not memory safe and
Rahul Sabnis
2021-11-05
1
-63
/
+152
*
Merge changes Icabed06e,I25bc13c6 am: 020a379b50 am: dcea1a5aa5
Treehugger Robot
2021-08-10
1
-0
/
+3
|
\
|
*
Merge changes Icabed06e,I25bc13c6
Treehugger Robot
2021-08-10
1
-0
/
+3
|
|
\
|
|
*
Bluetooth: Add GATT_INSUFFICIENT_AUTHORIZATION error code
Jakub Tyszkowski
2021-08-09
1
-0
/
+3
|
*
|
Fix long characteristic write concurrency bug.
Johanna Ye
2021-07-01
1
-6
/
+52
|
|
/
*
|
Merge "Fix long characteristic write concurrency bug." into sc-dev-plus-aosp
Johanna Ye
2021-07-09
1
-6
/
+52
|
\
\
|
*
|
Fix long characteristic write concurrency bug.
Johanna Ye
2021-07-02
1
-7
/
+55
*
|
|
Merge "Add synchronization to all mDeviceBusy state changes." am: 744e835c40 ...
Johanna Ye
2021-06-29
1
-6
/
+18
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
Add synchronization to all mDeviceBusy state changes.
Johanna Ye
2021-06-29
1
-6
/
+18
*
|
Pass attribution source to BT APIs.
Oli Lan
2021-04-22
1
-31
/
+42
*
|
More Bluetooth API annotation updates.
Jeff Sharkey
2021-04-16
1
-5
/
+18
*
|
Update Bluetooth API annotations.
Jeff Sharkey
2021-04-14
1
-38
/
+75
|
/
*
gatt: Allow to set eatt support
Ćukasz Rymanowski
2021-01-11
1
-1
/
+20
*
Add maxTargetSdk restriction to unused APIs.
Mathew Inwood
2020-11-04
1
-3
/
+3
*
Expose service changed event to application (2/3)
HsingYuan Lo
2020-09-24
1
-0
/
+25
*
Update language to comply with Android's inclusive language guidance
Jeff Sharkey
2020-09-14
1
-2
/
+2
*
Use new UnsupportedAppUsage annotation.
Artur Satayev
2020-01-09
1
-1
/
+1
*
Merge "Synchronize on a static final object to lock mDeviceBusy" am: 49651ddf...
Ajay Panicker
2018-10-18
1
-12
/
+13
|
\
|
*
Merge "Synchronize on a static final object to lock mDeviceBusy" am: 49651ddf88
Ajay Panicker
2018-10-18
1
-12
/
+13
|
|
\
|
|
*
Synchronize on a static final object to lock mDeviceBusy
Ajay Panicker
2018-10-17
1
-12
/
+13
*
|
|
docs: fixing errors found with lint checker am: 985ec79824
kopriva
2018-10-10
1
-1
/
+1
|
\
|
|
|
*
|
docs: fixing errors found with lint checker
kopriva
2018-10-09
1
-1
/
+1
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
docs: fixing errors found with lint checker
kopriva
2018-10-09
1
-1
/
+1
|
|
*
Fix spelling errors in BluetoothGatt documentation
Stanley Tng
2018-05-04
1
-7
/
+7
|
|
*
Add min_ce/max_ce parameters to requestLeConnectionUpdate()
Stanley Tng
2018-04-12
1
-8
/
+10
|
*
|
Add @UnsupportedAppUsage annotations
Mathew Inwood
2018-08-01
1
-0
/
+11
*
|
|
Move some members to the "Q blacklist".
Mathew Inwood
2018-09-14
1
-1
/
+2
*
|
|
Add @UnsupportedAppUsage annotations
Mathew Inwood
2018-08-02
1
-0
/
+11
|
/
/
*
|
Fix spelling errors in BluetoothGatt documentation
Stanley Tng
2018-05-03
1
-7
/
+7
*
|
Add min_ce/max_ce parameters to requestLeConnectionUpdate()
Stanley Tng
2018-04-03
1
-8
/
+10
|
/
*
Add function to update LE connection parameters
Stanley Tng
2018-02-01
1
-0
/
+32
*
Fix included service parsing (3/3)
Jakub Pawlowski
2017-09-14
1
-4
/
+2
*
Bluetooth: fix typo in comment
Jakub Pawlowski
2017-09-14
1
-1
/
+1
*
Bluetooth: thread-safe callback invocation
Jakub Pawlowski
2017-09-13
1
-29
/
+43
*
Bluetooth: fix GATT race conditions when using Handler
Jakub Pawlowski
2017-09-13
1
-5
/
+3
*
Fix checkstyle errors (2/2)
Jack He
2017-08-24
1
-31
/
+29
*
Fix checkstyle errors (1/2)
Jack He
2017-08-24
1
-486
/
+542
*
Merge "GATT: Expose opportunistic client API to Java"
Jack He
2017-07-11
1
-4
/
+6
|
\
|
*
GATT: Expose opportunistic client API to Java
Jack He
2017-07-11
1
-4
/
+6
*
|
Merge "Discover primary service by UUID for PTS tests (4/4)" am: abb732fc40 a...
Jakub Pawlowski
2017-05-16
1
-1
/
+25
|
\
|
|
*
Discover primary service by UUID for PTS tests (4/4)
Jakub Pawlowski
2017-05-16
1
-1
/
+25
|
*
Fix Bluetooth GATT API default handler assignment
Ruben Brunk
2017-05-05
1
-14
/
+30
|
*
Fix NPE when accessing mCallback in BluetoothGatt
Jakub Pawlowski
2017-04-27
1
-16
/
+47
|
*
Bluetooth: Add handler parameter to connectGatt
Jakub Pawlowski
2017-04-25
1
-71
/
+97
|
*
Read by UUID for PTS tests (1/5)
Jakub Pawlowski
2017-04-18
1
-0
/
+35
[next]