Struct nrf_softdevice_s113::ble_gatt_conn_cfg_t
source · #[repr(C)]pub struct ble_gatt_conn_cfg_t {
pub att_mtu: u16,
}
Expand description
@brief BLE GATT connection configuration parameters, set with @ref sd_ble_cfg_set.
@retval ::NRF_ERROR_INVALID_PARAM att_mtu is smaller than @ref BLE_GATT_ATT_MTU_DEFAULT.
Fields§
§att_mtu: u16
< Maximum size of ATT packet the SoftDevice can send or receive. The default and minimum value is @ref BLE_GATT_ATT_MTU_DEFAULT. @mscs @mmsc{@ref BLE_GATTC_MTU_EXCHANGE} @mmsc{@ref BLE_GATTS_MTU_EXCHANGE} @endmscs
Trait Implementations§
source§impl Clone for ble_gatt_conn_cfg_t
impl Clone for ble_gatt_conn_cfg_t
source§fn clone(&self) -> ble_gatt_conn_cfg_t
fn clone(&self) -> ble_gatt_conn_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