Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/framework/tests/bumble/src/android/bluetooth/pairing/
DPairingTest.java481 private void removeBond(BluetoothDevice device) { in removeBond() method in PairingTest
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DBondStateMachine.java381 private boolean removeBond(BluetoothDevice dev, boolean transition) { in removeBond() method in BondStateMachine
DAdapterNativeInterface.java120 boolean removeBond(byte[] address) { in removeBond() method in AdapterNativeInterface
DAdapterService.java2711 public boolean removeBond(BluetoothDevice device, AttributionSource attributionSource) { in removeBond() method in AdapterService.AdapterServiceBinder
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetooth.aidl103 boolean removeBond(in BluetoothDevice device, in AttributionSource attributionSource); in removeBond() method
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothDevice.java2000 public boolean removeBond() { in removeBond() method in BluetoothDevice