Searched refs:ConnectionHandle (Results 1 – 2 of 2) sorted by relevance
/packages/modules/Bluetooth/floss/hcidoc/src/groups/ |
D | connections.rs | 45 pub type ConnectionHandle = u16; typedef 88 active_handles: HashMap<ConnectionHandle, (NaiveDateTime, Address)>, 104 nocp_by_handle: HashMap<ConnectionHandle, NocpData>, 107 apte_by_handle: HashMap<ConnectionHandle, u32>, 110 pending_supported_feat: HashMap<ConnectionHandle, NaiveDateTime>, 111 pending_extended_feat: HashMap<ConnectionHandle, NaiveDateTime>, 112 pending_le_feat: HashMap<ConnectionHandle, NaiveDateTime>, 113 last_feat_handle: HashMap<PendingRemoteFeature, ConnectionHandle>, 117 pending_disconnect_due_to_host_power_off: HashSet<ConnectionHandle>, 160 fn convert_sco_handle_to_address(&self, handle: ConnectionHandle) -> Address { in convert_sco_handle_to_address() [all …]
|
D | informational.rs | 19 type ConnectionHandle = u16; typedef 138 fn get_or_allocate_connection(&mut self, handle: &ConnectionHandle) -> &mut AclInformation { in get_or_allocate_connection() 146 fn report_connection_start(&mut self, handle: ConnectionHandle, ts: NaiveDateTime) { in report_connection_start() argument 154 fn report_connection_end(&mut self, handle: ConnectionHandle, ts: NaiveDateTime) { in report_connection_end() argument 197 handle: ConnectionHandle, 206 pub fn new(handle: ConnectionHandle) -> Self { in new() 483 handles: HashMap<ConnectionHandle, Address>, 484 sco_handles: HashMap<ConnectionHandle, ConnectionHandle>, 486 unknown_connections: HashMap<ConnectionHandle, AclInformation>, 489 pending_disconnect_due_to_host_power_off: HashSet<ConnectionHandle>, [all …]
|