Home
last modified time | relevance | path

Searched defs:set_pairing_confirmation (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/autotest/client/cros/bluetooth/floss/
H A Dadapter_client.py626 def set_pairing_confirmation(self, address, accept): member in FlossAdapterClient
/aosp_15_r20/packages/modules/Bluetooth/floss/pandora/server/
Dbluetooth.py274 def set_pairing_confirmation(self, address, accept): member in Bluetooth
/aosp_15_r20/packages/modules/Bluetooth/floss/pandora/floss/
Dadapter_client.py868 def set_pairing_confirmation(self, address, accept): member in FlossAdapterClient
/aosp_15_r20/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
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/
Diface_bluetooth.rs640 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/
Ddbus_iface.rs908 fn set_pairing_confirmation(&self, device: BluetoothDevice, accept: bool) -> bool { in set_pairing_confirmation() method