Union nrf_softdevice_s113::ble_gap_cfg_t
source · #[repr(C)]
pub union ble_gap_cfg_t {
pub role_count_cfg: ble_gap_cfg_role_count_t,
pub device_name_cfg: ble_gap_cfg_device_name_t,
pub ppcp_include_cfg: ble_gap_cfg_ppcp_incl_cfg_t,
pub car_include_cfg: ble_gap_cfg_car_incl_cfg_t,
/* private fields */
}
Expand description
@brief Configuration structure for GAP configurations.
Fields§
§role_count_cfg: ble_gap_cfg_role_count_t
< Role count configuration, cfg_id is @ref BLE_GAP_CFG_ROLE_COUNT.
device_name_cfg: ble_gap_cfg_device_name_t
< Device name configuration, cfg_id is @ref BLE_GAP_CFG_DEVICE_NAME.
ppcp_include_cfg: ble_gap_cfg_ppcp_incl_cfg_t
< Peripheral Preferred Connection Parameters characteristic include configuration, cfg_id is @ref BLE_GAP_CFG_PPCP_INCL_CONFIG.
car_include_cfg: ble_gap_cfg_car_incl_cfg_t
< Central Address Resolution characteristic include configuration, cfg_id is @ref BLE_GAP_CFG_CAR_INCL_CONFIG.
Trait Implementations§
source§impl Clone for ble_gap_cfg_t
impl Clone for ble_gap_cfg_t
source§fn clone(&self) -> ble_gap_cfg_t
fn clone(&self) -> ble_gap_cfg_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