Make BluetoothConnectionCallback static
Tag: #refactor Fixes: 180727461 Test: atest BluetoothInstrumentationTests Change-Id: I4bd084cb6c0371b649adb1d1a65b3327ae3e488a Merged-In: Id24a4b3a3510781d9105763b1722f44583a7fd7c
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