Home
last modified time | relevance | path

Searched defs:on_device_found (Results 1 – 7 of 7) sorted by relevance

/packages/modules/Bluetooth/floss/pandora/floss/
Dadapter_client.py40 def on_device_found(self, remote_device): member in BluetoothCallbacks
359 def on_device_found(self, remote_device): member in FlossAdapterClient
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_admin.rs157 pub fn on_device_found(&mut self, remote_device: &BluetoothDevice) { in on_device_found() method
Dbluetooth.rs522 fn on_device_found(&mut self, remote_device: BluetoothDevice); in on_device_found() method
563 fn on_device_found(&mut self, remote_device: BluetoothDevice); in on_device_found() method
/packages/modules/Bluetooth/floss/pandora/server/
Dhost.py554 def on_device_found(self, remote_device): member in HostService.Inquiry.InquiryResultObserver
/packages/modules/Bluetooth/system/gd/rust/linux/service/src/
Diface_bluetooth.rs118 fn on_device_found(&mut self, remote_device: BluetoothDevice) { in on_device_found() method
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Dcallbacks.rs163 fn on_device_found(&mut self, remote_device: BluetoothDevice) { in on_device_found() method
Ddbus_iface.rs623 fn on_device_found(&mut self, remote_device: BluetoothDevice) {} in on_device_found() method