Searched refs:removeBond (Results 1 – 5 of 5) sorted by relevance
127 removeBond(dev, true); in processMessage()189 result = removeBond(dev, false); in processMessage()281 private boolean removeBond(BluetoothDevice dev, boolean transition) { in removeBond() method in BondStateMachine
1020 public boolean removeBond(BluetoothDevice device) { in removeBond() method in AdapterService.AdapterServiceBinder1028 return service.removeBond(device); in removeBond()1597 boolean removeBond(BluetoothDevice device) { in removeBond() method in AdapterService
633 final boolean successful = device.removeBond(); in unpairDevice()
494 final boolean successful = mDevice.removeBond(); in unpairDevice()
345 mDevice.removeBond(); in nextStepConnect()