Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_adv.rs1412 struct SoftwareRotationAdvertiseInfo { struct
1413 id: SoftwareRotationAdvertierId,
1414 callback_id: u32,
1416 advertising_params: AdvertisingSetParameters,
1417 advertising_data: Vec<u8>,
1418 scan_response_data: Vec<u8>,
1421 tx_power: Option<i32>,
1424 enabled: bool,
1448 adv_info: HashMap<SoftwareRotationAdvertierId, SoftwareRotationAdvertiseInfo>, argument