Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/floss/hcidoc/src/groups/
Dconnections.rs117 pending_disconnect_due_to_host_power_off: HashSet<ConnectionHandle>, field
144 pending_disconnect_due_to_host_power_off: HashSet::new(), in new()
235 self.pending_disconnect_due_to_host_power_off.insert(handle); in process_disconnect_cmd()
353 self.pending_disconnect_due_to_host_power_off.remove(&handle); in process_conn_complete_ev()
376 if self.pending_disconnect_due_to_host_power_off.remove(&handle) { in process_disconn_complete_ev()
453 self.pending_disconnect_due_to_host_power_off.remove(&handle); in process_sync_conn_complete_ev()
492 self.pending_disconnect_due_to_host_power_off.remove(&handle); in process_le_conn_complete_ev()
613 self.pending_disconnect_due_to_host_power_off.clear(); in process_reset()
Dinformational.rs489 pending_disconnect_due_to_host_power_off: HashSet<ConnectionHandle>, field
499 pending_disconnect_due_to_host_power_off: HashSet::new(), in new()
555 self.pending_disconnect_due_to_host_power_off.remove(&handle); in report_connection_start()
627 self.pending_disconnect_due_to_host_power_off.clear(); in report_reset()
733 .pending_disconnect_due_to_host_power_off in process()
838 self.pending_disconnect_due_to_host_power_off in process()