Home
last modified time | relevance | path

Searched refs:BluetoothDeviceContext (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth.rs368 struct BluetoothDeviceContext { struct
387 impl BluetoothDeviceContext { argument
395 ) -> BluetoothDeviceContext { in new() argument
396 let mut device = BluetoothDeviceContext { in new()
590 remote_devices: HashMap<RawAddress, BluetoothDeviceContext>,
1128 fn is_fresh(d: &BluetoothDeviceContext, now: &Instant) -> bool { in trigger_freshness_check() argument
1158 fn send_metrics_remote_device_info(device: &BluetoothDeviceContext) { in send_metrics_remote_device_info() argument
1245 .or_insert(BluetoothDeviceContext::new( in handle_delayed_actions()
1669 .or_insert(BluetoothDeviceContext::new( in adapter_properties_changed()
1712 .or_insert(BluetoothDeviceContext::new( in device_found()
[all …]