Home
last modified time | relevance | path

Searched defs:notifyActiveDeviceChangeApplied (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetooth.aidl289 …int notifyActiveDeviceChangeApplied(in BluetoothDevice device, in AttributionSource attributionSou… in notifyActiveDeviceChangeApplied() method
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothAdapter.java5036 public int notifyActiveDeviceChangeApplied(@NonNull BluetoothDevice device) { in notifyActiveDeviceChangeApplied() method in BluetoothAdapter
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DAdapterService.java4046 public int notifyActiveDeviceChangeApplied( in notifyActiveDeviceChangeApplied() method in AdapterService.AdapterServiceBinder
4573 private int notifyActiveDeviceChangeApplied(BluetoothDevice device) { in notifyActiveDeviceChangeApplied() method in AdapterService