Struct esp_idf_sys::ble_gap_conn_desc
source · #[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§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§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
§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
)§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)