Searched refs:on_device_connection_failed (Results 1 – 5 of 5) sorted by relevance
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/ |
D | suspend.rs | 520 fn on_device_connection_failed(&mut self, _device: BluetoothDevice, _status: BtStatus) {} in on_device_connection_failed() method
|
D | bluetooth.rs | 582 fn on_device_connection_failed(&mut self, remote_device: BluetoothDevice, status: BtStatus); in on_device_connection_failed() method 2093 callback.on_device_connection_failed( in acl_state()
|
/packages/modules/Bluetooth/system/gd/rust/linux/service/src/ |
D | iface_bluetooth.rs | 208 fn on_device_connection_failed(&mut self, remote_device: BluetoothDevice, status: BtStatus) { in on_device_connection_failed() method
|
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/ |
D | callbacks.rs | 389 fn on_device_connection_failed(&mut self, remote_device: BluetoothDevice, status: BtStatus) { in on_device_connection_failed() method
|
D | dbus_iface.rs | 685 fn on_device_connection_failed(&mut self, remote_device: BluetoothDevice, status: BtStatus) {} in on_device_connection_failed() method
|