Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_adv.rs1408 pub type SoftwareRotationAdvertierId = i32; typedef
1411 id: SoftwareRotationAdvertierId,
1432 Pending(SoftwareRotationAdvertierId),
1435 Advertising(SoftwareRotationAdvertierId, u8, JoinHandle<()>),
1446 adv_info: HashMap<SoftwareRotationAdvertierId, SoftwareRotationAdvertiseInfo>,
1450 adv_queue: VecDeque<SoftwareRotationAdvertierId>,
1488 fn current_id(&self) -> Option<SoftwareRotationAdvertierId> { in current_id() argument
1497 fn new_id(&mut self) -> SoftwareRotationAdvertierId { in new_id() argument