Home
last modified time | relevance | path

Searched refs:set_pairing_confirmation (Results 1 – 9 of 9) sorted by relevance

/packages/modules/Bluetooth/floss/pandora/server/
Dbluetooth.py274 def set_pairing_confirmation(self, address, accept): member in Bluetooth
275 return self.adapter_client.set_pairing_confirmation(address, accept)
Dsecurity.py63 self.client.set_pairing_confirmation(address,
235 self.bluetooth.set_pairing_confirmation(address, True)
Dhost.py138 self.client.set_pairing_confirmation(address,
/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
1783 self.set_pairing_confirmation( in ssp_request()
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/
Dcallbacks.rs229 .set_pairing_confirmation(rd.clone(), true); in on_ssp_request()
Dcommand_handler.rs989 .set_pairing_confirmation(device.clone(), accept); in cmd_device()
Ddbus_iface.rs900 fn set_pairing_confirmation(&self, device: BluetoothDevice, accept: bool) -> bool { in set_pairing_confirmation() method