Home
last modified time | relevance | path

Searched refs:BluetoothConnectionCallback (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/core/java/android/bluetooth/
H A DBluetoothAdapter.java740 private final Map<BluetoothConnectionCallback, Executor>
4128 for (Map.Entry<BluetoothConnectionCallback, Executor> callbackExecutorEntry:
4130 BluetoothConnectionCallback callback = callbackExecutorEntry.getKey();
4139 for (Map.Entry<BluetoothConnectionCallback, Executor> callbackExecutorEntry:
4141 BluetoothConnectionCallback callback = callbackExecutorEntry.getKey();
4164 @NonNull BluetoothConnectionCallback callback) { in registerBluetoothConnectionCallback()
4212 @NonNull BluetoothConnectionCallback callback) { in unregisterBluetoothConnectionCallback()
4250 public abstract static class BluetoothConnectionCallback { class in BluetoothAdapter
/aosp12/frameworks/base/services/companion/java/com/android/server/companion/
H A DCompanionDeviceManagerService.java1572 extends BluetoothAdapter.BluetoothConnectionCallback {
1581 + BluetoothAdapter.BluetoothConnectionCallback.disconnectReasonText(reason));
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
H A DAdapterService.java3102 static @BluetoothAdapter.BluetoothConnectionCallback.DisconnectReason int