Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Dcallbacks.rs429 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()
Dmain.rs135 active_scanner_ids: HashSet<u8>, field
210 active_scanner_ids: HashSet::new(), in new()
Dcommand_handler.rs1583 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()