Home
last modified time | relevance | path

Searched defs:set_pairing_confirmation (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/floss/pandora/server/
Dbluetooth.py274 def set_pairing_confirmation(self, address, accept): member in Bluetooth
/packages/modules/Bluetooth/floss/pandora/floss/
Dadapter_client.py868 def set_pairing_confirmation(self, address, accept): member in FlossAdapterClient
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth.rs178 fn set_pairing_confirmation(&self, device: BluetoothDevice, accept: bool) -> bool; in set_pairing_confirmation() method
2605 fn set_pairing_confirmation(&self, device: BluetoothDevice, accept: bool) -> bool { in set_pairing_confirmation() method
/packages/modules/Bluetooth/system/gd/rust/linux/service/src/
Diface_bluetooth.rs644 fn set_pairing_confirmation(&self, device: BluetoothDevice, accept: bool) -> bool { in set_pairing_confirmation() method
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Ddbus_iface.rs911 fn set_pairing_confirmation(&self, device: BluetoothDevice, accept: bool) -> bool { in set_pairing_confirmation() method