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.rs1410 struct SoftwareRotationAdvertiseInfo { struct
1411 id: SoftwareRotationAdvertierId,
1412 callback_id: u32,
1414 advertising_params: AdvertisingSetParameters,
1415 advertising_data: Vec<u8>,
1416 scan_response_data: Vec<u8>,
1419 tx_power: Option<i32>,
1422 enabled: bool,
1446 adv_info: HashMap<SoftwareRotationAdvertierId, SoftwareRotationAdvertiseInfo>, argument