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