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.rs182 fn set_pairing_confirmation(&self, device: BluetoothDevice, accept: bool) -> bool; in set_pairing_confirmation() method
2541 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.rs635 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.rs900 fn set_pairing_confirmation(&self, device: BluetoothDevice, accept: bool) -> bool { in set_pairing_confirmation() method