diff options
author | Chen Chen <cncn@google.com> | 2022-05-20 14:46:15 -0700 |
---|---|---|
committer | Chen Chen <cncn@google.com> | 2022-05-24 23:26:19 +0000 |
commit | 4efa7ab55ce7228df5eddff89a38c5b0a8c53f23 (patch) | |
tree | 52588acfe1ab6ffc55cbbfe2f5613ac576406cc8 /framework/java/android/bluetooth/BluetoothCodecConfig.java | |
parent | 5642bb7eab9c8535223aa3b5bda6e67506b72f60 (diff) |
BluetoothMetrics: Upload GATT server and client connection state change events
* clientConnect(): GATT client starts connecting to a GATT server.
* onConnected(): GATT client completes connection successfully or fails.
* clientDisconnect(): GATT client starts disconnecting from a GATT server.
* onDisconnected(): GATT client completes disconnection from a GATT server. (Always successfully)
* onClientConnected(): GATT server successfully receives a connection or disconnection from a GATT client (depending on the value of boolean “connected”)
Bug: 233400948
Test: BluetoothInstrumentationTests
Tag: #feature
Change-Id: If0fc3f489c0abffb1bf7d2ef87a6c554d45ebbbf
Merged-In: If0fc3f489c0abffb1bf7d2ef87a6c554d45ebbbf
(cherry picked from db0e3a4aea136ad96e5517666f0cd0dd63e2f4a2)
Diffstat (limited to 'framework/java/android/bluetooth/BluetoothCodecConfig.java')
0 files changed, 0 insertions, 0 deletions