[][src]Union nrf_softdevice_s113::ble_gap_cfg_t

#[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,
    // some fields omitted
}

@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

impl Clone for ble_gap_cfg_t[src]

impl Copy for ble_gap_cfg_t[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.