Searched defs:set_pairing_confirmation (Results 1 – 5 of 5) sorted by relevance
/packages/modules/Bluetooth/floss/pandora/server/ |
D | bluetooth.py | 274 def set_pairing_confirmation(self, address, accept): member in Bluetooth
|
/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 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 | dbus_iface.rs | 900 fn set_pairing_confirmation(&self, device: BluetoothDevice, accept: bool) -> bool { in set_pairing_confirmation() method
|