Home
last modified time | relevance | path

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

/tools/netsim/rust/daemon/src/wireless/
Dbluetooth.rs46 fn get_bluetooth_invalid_packets() -> Arc<Mutex<BTreeMap<RootcanalIdentifier, Vec<InvalidPacket>>>> in get_bluetooth_invalid_packets() function
88 get_bluetooth_invalid_packets().lock().expect("invalid packets").remove(&self.rootcanal_id); in drop()
145 if let Some(v) = get_bluetooth_invalid_packets() in get_stats()
190 get_bluetooth_invalid_packets() in add_chip()
217 match get_bluetooth_invalid_packets().lock().unwrap().get_mut(&rootcanal_id) { in report_invalid_packet()