Struct stm32wb_hci::vendor::stm32wb::command::gap::SecurityRequestParameters
source · pub struct SecurityRequestParameters {
pub conn_handle: ConnectionHandle,
pub bonding: bool,
pub mitm_protection: bool,
}Expand description
Parameters for the GAP Peripheral Security Request parameters.
Fields§
§conn_handle: ConnectionHandleHandle of the connection on which the peripheral security request will be sent (ignored in peripheral-only role).
bonding: boolIs bonding required?
mitm_protection: boolIs man-in-the-middle protection required?
Auto Trait Implementations§
impl RefUnwindSafe for SecurityRequestParameters
impl Send for SecurityRequestParameters
impl Sync for SecurityRequestParameters
impl Unpin for SecurityRequestParameters
impl UnwindSafe for SecurityRequestParameters
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