Make BluetoothConnectionCallback static

Tag: #refactor
Fixes: 180727461
Test: atest BluetoothInstrumentationTests
Change-Id: I4bd084cb6c0371b649adb1d1a65b3327ae3e488a
Merged-In: Id24a4b3a3510781d9105763b1722f44583a7fd7c
This commit is contained in:
Andrew Cheng
2021-02-19 18:42:38 +00:00
parent 5eeae4c716
commit 8ef54b299e

View File

@@ -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