Make BluetoothConnectionCallback static am: 8ef54b299e am: 4757f6cd7f
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1596074 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I49993fa34284194b78b0d34f47dd2c8969fff57e
This commit is contained in:
@@ -3665,7 +3665,7 @@ public final class BluetoothAdapter {
|
|||||||
*
|
*
|
||||||
* @hide
|
* @hide
|
||||||
*/
|
*/
|
||||||
public abstract class BluetoothConnectionCallback {
|
public abstract static class BluetoothConnectionCallback {
|
||||||
/**
|
/**
|
||||||
* Callback triggered when a bluetooth device (classic or BLE) is connected
|
* Callback triggered when a bluetooth device (classic or BLE) is connected
|
||||||
* @param device is the connected bluetooth device
|
* @param device is the connected bluetooth device
|
||||||
|
|||||||
Reference in New Issue
Block a user