Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/floss/hcidoc/src/groups/
Dinformational.rs201 host_cids: HashMap<Cid, CidState>, field
214 host_cids: HashMap::new(), in new()
270 self.host_cids.insert(cid, CidState::Pending(psm)); in report_l2cap_conn_req()
287 InitiatorType::Host => self.host_cids.get(&host_cid), in report_l2cap_conn_rsp()
304 self.host_cids.insert(host_cid, CidState::Connected(peer_cid, psm)); in report_l2cap_conn_rsp()
327 let host_cid_state_option = self.host_cids.remove(&host_cid); in report_l2cap_disconn_rsp()