Home
last modified time | relevance | path

Searched refs:notifyActiveDeviceChangeApplied (Results 1 – 4 of 4) 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
5046 return mService.notifyActiveDeviceChangeApplied(device, mAttributionSource); in notifyActiveDeviceChangeApplied()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DAdapterService.java4046 public int notifyActiveDeviceChangeApplied( in notifyActiveDeviceChangeApplied() method in AdapterService.AdapterServiceBinder
4067 return service.notifyActiveDeviceChangeApplied(device); in notifyActiveDeviceChangeApplied()
4573 private int notifyActiveDeviceChangeApplied(BluetoothDevice device) { in notifyActiveDeviceChangeApplied() method in AdapterService
/packages/modules/Bluetooth/framework/api/
Dsystem-current.txt84 …ndroid.Manifest.permission.BLUETOOTH_PRIVILEGED}) public int notifyActiveDeviceChangeApplied(@NonN…