#[repr(C)]pub struct ble_gap_conn_desc {
pub sec_state: ble_gap_sec_state,
pub our_id_addr: ble_addr_t,
pub peer_id_addr: ble_addr_t,
pub our_ota_addr: ble_addr_t,
pub peer_ota_addr: ble_addr_t,
pub conn_handle: u16,
pub conn_itvl: u16,
pub conn_latency: u16,
pub supervision_timeout: u16,
pub role: u8,
pub master_clock_accuracy: u8,
}
Expand description
@brief Connection descriptor
Fields§
§sec_state: ble_gap_sec_state
Connection security state
our_id_addr: ble_addr_t
Local identity address
peer_id_addr: ble_addr_t
Peer identity address
our_ota_addr: ble_addr_t
Local over-the-air address
peer_ota_addr: ble_addr_t
Peer over-the-air address
conn_handle: u16
Connection handle
conn_itvl: u16
Connection interval
conn_latency: u16
Connection latency
supervision_timeout: u16
Connection supervision timeout
role: u8
Connection Role Possible values BLE_GAP_ROLE_SLAVE or BLE_GAP_ROLE_MASTER
master_clock_accuracy: u8
Master clock accuracy
Trait Implementations§
Source§impl Clone for ble_gap_conn_desc
impl Clone for ble_gap_conn_desc
Source§fn clone(&self) -> ble_gap_conn_desc
fn clone(&self) -> ble_gap_conn_desc
Returns a copy 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 ble_gap_conn_desc
impl Debug for ble_gap_conn_desc
Source§impl Default for ble_gap_conn_desc
impl Default for ble_gap_conn_desc
Source§fn default() -> ble_gap_conn_desc
fn default() -> ble_gap_conn_desc
Returns the “default value” for a type. Read more
impl Copy for ble_gap_conn_desc
Auto Trait Implementations§
impl Freeze for ble_gap_conn_desc
impl RefUnwindSafe for ble_gap_conn_desc
impl Send for ble_gap_conn_desc
impl Sync for ble_gap_conn_desc
impl Unpin for ble_gap_conn_desc
impl UnwindSafe for ble_gap_conn_desc
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 44 bytes