Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/floss/hcidoc/src/groups/
Dconnections.rs203 fn get_feature_pending_map( in get_feature_pending_map() method
220 self.get_feature_pending_map(&feat_type).insert(*handle, packet.ts); in process_remote_feat_cmd()
418 if let Some(ts) = self.get_feature_pending_map(feat_type).remove(&handle) { in process_disconn_complete_ev()
572 let feat_map = self.get_feature_pending_map(&feat_type); in process_remote_feat_ev()