Union nrf_softdevice_s113::ble_gap_opt_t
source · #[repr(C)]
pub union ble_gap_opt_t {
pub ch_map: ble_gap_opt_ch_map_t,
pub local_conn_latency: ble_gap_opt_local_conn_latency_t,
pub passkey: ble_gap_opt_passkey_t,
pub auth_payload_timeout: ble_gap_opt_auth_payload_timeout_t,
pub slave_latency_disable: ble_gap_opt_slave_latency_disable_t,
/* private fields */
}
Expand description
@brief Option structure for GAP options.
Fields§
§ch_map: ble_gap_opt_ch_map_t
< Parameters for the Channel Map option.
local_conn_latency: ble_gap_opt_local_conn_latency_t
< Parameters for the Local connection latency option
passkey: ble_gap_opt_passkey_t
< Parameters for the Passkey option.
auth_payload_timeout: ble_gap_opt_auth_payload_timeout_t
< Parameters for the authenticated payload timeout option.
slave_latency_disable: ble_gap_opt_slave_latency_disable_t
< Parameters for the Disable slave latency option
Trait Implementations§
source§impl Clone for ble_gap_opt_t
impl Clone for ble_gap_opt_t
source§fn clone(&self) -> ble_gap_opt_t
fn clone(&self) -> ble_gap_opt_t
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 more