#[repr(C)]pub struct bt_le_per_adv_response_params {
pub request_event: u16,
pub request_subevent: u8,
pub response_subevent: u8,
pub response_slot: u8,
}
Fields§
§request_event: u16
@brief The periodic event counter of the request the response is sent to.
@ref bt_le_per_adv_sync_recv_info
@note The response can be sent up to one periodic interval after the request was received.
request_subevent: u8
@brief The subevent counter of the request the response is sent to.
@ref bt_le_per_adv_sync_recv_info
response_subevent: u8
The subevent the response shall be sent in
response_slot: u8
The response slot the response shall be sent in
Trait Implementations§
Auto Trait Implementations§
impl Freeze for bt_le_per_adv_response_params
impl RefUnwindSafe for bt_le_per_adv_response_params
impl Send for bt_le_per_adv_response_params
impl Sync for bt_le_per_adv_response_params
impl Unpin for bt_le_per_adv_response_params
impl UnwindSafe for bt_le_per_adv_response_params
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