Searched refs:active_scanner_ids (Results 1 – 3 of 3) sorted by relevance
429 if self.context.lock().unwrap().active_scanner_ids.len() > 0 { in on_scan_result()435 if self.context.lock().unwrap().active_scanner_ids.len() > 0 { in on_advertisement_found()441 if self.context.lock().unwrap().active_scanner_ids.len() > 0 { in on_advertisement_lost()447 if self.context.lock().unwrap().active_scanner_ids.len() > 0 { in on_suspend_mode_change()
135 active_scanner_ids: HashSet<u8>, field210 active_scanner_ids: HashSet::new(), in new()
1583 self.lock_context().active_scanner_ids.insert(scanner_id); in cmd_le_scan()1591 self.lock_context().active_scanner_ids.remove(&scanner_id); in cmd_le_scan()