Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_adv.rs1423 adv_queue: VecDeque<SoftwareRotationAdvertierId>, field
1440 adv_queue: VecDeque::new(), in new()
1492 self.adv_queue.retain(|id| { in refresh_queue()
1513 self.adv_queue.push_back(*id); in stop_current_advertising()
1527 let Some(id) = self.adv_queue.pop_front() else { in start_next_advertising()
1589 if self.adv_queue.is_empty() { in run_rotate()
1721 self.adv_queue.push_front(id); in start_advertising_set()
1773 if enable && !self.adv_queue.contains(&info.id) && current_id != Some(info.id) { in enable_advertising_set()
1778 self.adv_queue.push_back(info.id); in enable_advertising_set()
1975 self.adv_queue.push_back(reg_id); in on_advertising_set_started()
[all …]