Home
last modified time | relevance | path

Searched defs:removeBond (Results 1 – 4 of 4) sorted by relevance

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
H A DBondStateMachine.java310 private boolean removeBond(BluetoothDevice dev, boolean transition) { in removeBond() method in BondStateMachine
H A DAdapterService.java1634 public boolean removeBond(BluetoothDevice device, AttributionSource attributionSource) { in removeBond() method in AdapterService.AdapterServiceBinder
/aosp12/system/bt/binder/android/bluetooth/
H A DIBluetooth.aidl107 boolean removeBond(in BluetoothDevice device, in AttributionSource attributionSource); in removeBond() method
/aosp12/frameworks/base/core/java/android/bluetooth/
H A DBluetoothDevice.java1569 public boolean removeBond() { in removeBond() method in BluetoothDevice