index
:
frameworks_base.git
kitkat
lp5.0
lp5.1
mm6.0
n7.0
n7.1
o8.0
o8.1
q10.0
r11.0
r11.1
s12.0
s12.1
t13.0
t13.0_pre-rebase_jan22-23
u14.0
v15.0
w16.0
w16.1
w16.2
frameworks_base
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
bluetooth
/
BluetoothGatt.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Migrating frameworks/base BT files
Roopa Sattiraju
2022-01-17
1
-1848
/
+0
*
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: afce05e2e5 am: 9de9c7f693
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-10
1
-1
/
+1
*
DO NOT MERGE - Merge pi-platform-release (PPRL.190205.001) into
Xin Li
2019-02-14
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
*
|
Move some members to the "Q blacklist".
Mathew Inwood
2018-10-22
1
-1
/
+2
*
|
Synchronize on a static final object to lock mDeviceBusy
Ajay Panicker
2018-10-17
1
-12
/
+13
*
|
Add @UnsupportedAppUsage annotations
Mathew Inwood
2018-08-01
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
|
*
Bluetooth 5 PHY simplification
Jakub Pawlowski
2017-04-12
1
-4
/
+4
|
*
Bluetooth API spelling fixes ("wether" -> "whether")
Jakub Pawlowski
2017-03-28
1
-1
/
+1
*
|
Fix Bluetooth GATT API default handler assignment
Ruben Brunk
2017-05-03
1
-14
/
+30
*
|
Fix NPE when accessing mCallback in BluetoothGatt
Jakub Pawlowski
2017-04-27
1
-16
/
+47
*
|
Read by UUID for PTS tests (1/5)
Jakub Pawlowski
2017-04-27
1
-0
/
+35
*
|
Bluetooth: Add handler parameter to connectGatt
Jakub Pawlowski
2017-04-25
1
-71
/
+97
[next]