Searched defs:set_pairing_confirmation (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/autotest/client/cros/bluetooth/floss/ |
H A D | adapter_client.py | 626 def set_pairing_confirmation(self, address, accept): member in FlossAdapterClient
|
/aosp_15_r20/packages/modules/Bluetooth/floss/pandora/server/ |
D | bluetooth.py | 274 def set_pairing_confirmation(self, address, accept): member in Bluetooth
|
/aosp_15_r20/packages/modules/Bluetooth/floss/pandora/floss/ |
D | adapter_client.py | 868 def set_pairing_confirmation(self, address, accept): member in FlossAdapterClient
|
/aosp_15_r20/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 2561 fn set_pairing_confirmation(&self, device: BluetoothDevice, accept: bool) -> bool { in set_pairing_confirmation() method
|
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/linux/service/src/ |
D | iface_bluetooth.rs | 640 fn set_pairing_confirmation(&self, device: BluetoothDevice, accept: bool) -> bool { in set_pairing_confirmation() method
|
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/linux/client/src/ |
D | dbus_iface.rs | 908 fn set_pairing_confirmation(&self, device: BluetoothDevice, accept: bool) -> bool { in set_pairing_confirmation() method
|