pub struct LeExtCreateConnParams {
pub initiator_filter_policy: bool,
pub own_addr_kind: AddrKind,
pub peer_addr_kind: AddrKind,
pub peer_addr: BdAddr,
pub initiating_phys: PhyParams<InitiatingPhy>,
}
Expand description
Parameters for LE Extended Create Connection (v1) command ๐
Fieldsยง
ยงinitiator_filter_policy: bool
Should use the initiator filter policy or not.
own_addr_kind: AddrKind
What kind of address for self.
peer_addr_kind: AddrKind
What kind of address for peer.
peer_addr: BdAddr
The peer address to connect to.
initiating_phys: PhyParams<InitiatingPhy>
Which phys used for connecting.
Trait Implementationsยง
Sourceยงimpl Clone for LeExtCreateConnParams
impl Clone for LeExtCreateConnParams
Sourceยงfn clone(&self) -> LeExtCreateConnParams
fn clone(&self) -> LeExtCreateConnParams
Returns a duplicate of the value. Read more
1.0.0 ยท Sourceยงfn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSourceยงimpl Debug for LeExtCreateConnParams
impl Debug for LeExtCreateConnParams
Sourceยงimpl From<LeExtCreateConnParams> for LeExtCreateConn
impl From<LeExtCreateConnParams> for LeExtCreateConn
Sourceยงfn from(params: LeExtCreateConnParams) -> Self
fn from(params: LeExtCreateConnParams) -> Self
Converts to this type from the input type.
Sourceยงimpl Hash for LeExtCreateConnParams
impl Hash for LeExtCreateConnParams
Sourceยงimpl Ord for LeExtCreateConnParams
impl Ord for LeExtCreateConnParams
Sourceยงfn cmp(&self, other: &LeExtCreateConnParams) -> Ordering
fn cmp(&self, other: &LeExtCreateConnParams) -> Ordering
1.21.0 ยท Sourceยงfn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Sourceยงimpl PartialEq for LeExtCreateConnParams
impl PartialEq for LeExtCreateConnParams
Sourceยงimpl PartialOrd for LeExtCreateConnParams
impl PartialOrd for LeExtCreateConnParams
Sourceยงimpl WriteHci for LeExtCreateConnParams
impl WriteHci for LeExtCreateConnParams
impl Copy for LeExtCreateConnParams
impl Eq for LeExtCreateConnParams
impl StructuralPartialEq for LeExtCreateConnParams
Auto Trait Implementationsยง
impl Freeze for LeExtCreateConnParams
impl RefUnwindSafe for LeExtCreateConnParams
impl Send for LeExtCreateConnParams
impl Sync for LeExtCreateConnParams
impl Unpin for LeExtCreateConnParams
impl UnwindSafe for LeExtCreateConnParams
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