Searched defs:SoftwareRotationAdvertiseInfo (Results 1 – 1 of 1) sorted by relevance
1412 struct SoftwareRotationAdvertiseInfo { struct1413 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