Searched defs:unpair (Results 1 – 5 of 5) sorted by relevance
/packages/modules/Bluetooth/system/blueberry/utils/ui_pages/fitbit_companion/ | ||
D | account_pages.py | 55 def unpair(self) -> ui_core.UIPage: member in PairedDeviceDetailPage |
/packages/modules/Connectivity/nearby/service/java/com/android/server/nearby/common/bluetooth/fastpair/ | ||
D | FastPairConnection.java | 129 public abstract void unpair(BluetoothDevice device) in unpair() method in FastPairConnection |
D | BluetoothAudioPairer.java | 184 void unpair() in unpair() method in BluetoothAudioPairer |
D | FastPairDualConnection.java | 355 public void unpair(BluetoothDevice device) in unpair() method in FastPairDualConnection |
/packages/modules/Bluetooth/framework/tests/stress/src/android/bluetooth/ | ||
D | BluetoothTestUtils.java | 900 public void unpair(BluetoothAdapter adapter, BluetoothDevice device) { in unpair() method in BluetoothTestUtils |