Searched refs:PendingRemoteFeature (Results 1 – 1 of 1) sorted by relevance
65 enum PendingRemoteFeature { enum71 impl PendingRemoteFeature { impl72 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() argument208 PendingRemoteFeature::Supported => &mut self.pending_supported_feat, in get_feature_pending_map()[all …]