Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/floss/hcidoc/src/groups/
Dconnections.rs65 enum PendingRemoteFeature { enum
71 impl PendingRemoteFeature { impl
72 fn iterate_all() -> Iter<'static, PendingRemoteFeature> { in iterate_all()
73 static FEATS: [PendingRemoteFeature; 3] = [ in iterate_all()
74 PendingRemoteFeature::Supported, in iterate_all()
75 PendingRemoteFeature::Extended, in iterate_all()
76 PendingRemoteFeature::Le, in iterate_all()
111 last_feat_handle: HashMap<PendingRemoteFeature, ConnectionHandle>,
205 pending_type: &PendingRemoteFeature, in get_feature_pending_map() argument
208 PendingRemoteFeature::Supported => &mut self.pending_supported_feat, in get_feature_pending_map()
[all …]