#[repr(C)]pub struct bt_le_per_adv_sync_info {
pub addr: bt_addr_le_t,
pub sid: u8,
pub interval: u16,
pub phy: u8,
}
Expand description
@brief Advertising set info structure.
Fields§
§addr: bt_addr_le_t
Periodic Advertiser Address
sid: u8
Advertiser SID
interval: u16
Periodic advertising interval (N * 1.25 ms)
phy: u8
Advertiser PHY
Trait Implementations§
Auto Trait Implementations§
impl Freeze for bt_le_per_adv_sync_info
impl RefUnwindSafe for bt_le_per_adv_sync_info
impl Send for bt_le_per_adv_sync_info
impl Sync for bt_le_per_adv_sync_info
impl Unpin for bt_le_per_adv_sync_info
impl UnwindSafe for bt_le_per_adv_sync_info
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