Searched refs:set_pairing_confirmation (Results 1 – 9 of 9) sorted by relevance
/packages/modules/Bluetooth/floss/pandora/server/ |
D | bluetooth.py | 274 def set_pairing_confirmation(self, address, accept): member in Bluetooth 275 return self.adapter_client.set_pairing_confirmation(address, accept)
|
D | security.py | 63 self.client.set_pairing_confirmation(address, 235 self.bluetooth.set_pairing_confirmation(address, True)
|
D | host.py | 138 self.client.set_pairing_confirmation(address,
|
/packages/modules/Bluetooth/floss/pandora/floss/ |
D | adapter_client.py | 868 def set_pairing_confirmation(self, address, accept): member in FlossAdapterClient
|
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/ |
D | bluetooth.rs | 182 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/ |
D | iface_bluetooth.rs | 635 fn set_pairing_confirmation(&self, device: BluetoothDevice, accept: bool) -> bool { in set_pairing_confirmation() method
|
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/ |
D | callbacks.rs | 229 .set_pairing_confirmation(rd.clone(), true); in on_ssp_request()
|
D | command_handler.rs | 989 .set_pairing_confirmation(device.clone(), accept); in cmd_device()
|
D | dbus_iface.rs | 900 fn set_pairing_confirmation(&self, device: BluetoothDevice, accept: bool) -> bool { in set_pairing_confirmation() method
|