Home
last modified time | relevance | path

Searched defs:SoftwareRotationAdvertiseInfo (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_adv.rs1383 struct SoftwareRotationAdvertiseInfo { struct
1384 id: SoftwareRotationAdvertierId,
1385 callback_id: u32,
1387 advertising_params: AdvertisingSetParameters,
1388 advertising_data: Vec<u8>,
1389 scan_response_data: Vec<u8>,
1392 tx_power: Option<i32>,
1395 enabled: bool,
1419 adv_info: HashMap<SoftwareRotationAdvertierId, SoftwareRotationAdvertiseInfo>, argument