Home
last modified time | relevance | path

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

/packages/modules/Connectivity/nearby/tests/robotests/src/com/android/libraries/testing/deviceshadower/fakes/android/bluetooth/
DIBluetooth.java97 boolean removeBond(BluetoothDevice device); in removeBond() method
/packages/modules/Connectivity/nearby/tests/robotests/src/com/android/libraries/testing/deviceshadower/internal/bluetooth/
DIBluetoothImpl.java239 public boolean removeBond(BluetoothDevice device) { in removeBond() method in IBluetoothImpl
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DBondStateMachine.java321 private boolean removeBond(BluetoothDevice dev, boolean transition) { in removeBond() method in BondStateMachine
DAdapterService.java2277 public void removeBond(BluetoothDevice device, AttributionSource source, in removeBond() method in AdapterService.AdapterServiceBinder
2285 private boolean removeBond(BluetoothDevice device, AttributionSource attributionSource) { in removeBond() method in AdapterService.AdapterServiceBinder
/packages/modules/Bluetooth/system/binder/android/bluetooth/
DIBluetooth.aidl115 …oneway void removeBond(in BluetoothDevice device, in AttributionSource attributionSource, in Synch… in removeBond() method
/packages/modules/Connectivity/nearby/tests/multidevices/clients/test_support/fastpair_provider/src/android/nearby/fastpair/provider/
DFastPairSimulator.java2278 public void removeBond(BluetoothDevice device) { in removeBond() method in FastPairSimulator
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothDevice.java1865 public boolean removeBond() { in removeBond() method in BluetoothDevice