pub struct AdditonalBeaconStartParameters {
pub advertising_interval: (Duration, Duration),
pub advertising_channel_map: Channels,
pub own_address_type: BdAddrType,
pub pa_level: u8,
}
Expand description
Parameters for GAP Additional Beacon Start
Fields§
§advertising_interval: (Duration, Duration)
Advertising interval
advertising_channel_map: Channels
advertising channel map
own_address_type: BdAddrType
Own address type
pa_level: u8
Power amplifier output level. Range: 0x00 .. 0x23
Auto Trait Implementations§
impl Freeze for AdditonalBeaconStartParameters
impl RefUnwindSafe for AdditonalBeaconStartParameters
impl Send for AdditonalBeaconStartParameters
impl Sync for AdditonalBeaconStartParameters
impl Unpin for AdditonalBeaconStartParameters
impl UnwindSafe for AdditonalBeaconStartParameters
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more