#[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 Periodic advertising set info structure.
Fields§
§addr: bt_addr_le_t
Periodic Advertiser Address
sid: u8
Advertising Set Identifier, valid range @ref BT_GAP_SID_MIN to @ref BT_GAP_SID_MAX.
interval: u16
Periodic advertising interval (N * 1.25 ms)
phy: u8
Advertiser PHY (see @ref bt_gap_le_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