#[repr(C)]pub struct ble_gatts_cfg_attr_tab_size_t {
pub attr_tab_size: u32,
}
Expand description
@brief Attribute table size configuration parameters, set with @ref sd_ble_cfg_set.
@retval ::NRF_ERROR_INVALID_LENGTH One or more of the following is true: - The specified Attribute Table size is too small. The minimum acceptable size is defined by @ref BLE_GATTS_ATTR_TAB_SIZE_MIN. - The specified Attribute Table size is not a multiple of 4.
Fields§
§attr_tab_size: u32
< Attribute table size. Default is @ref BLE_GATTS_ATTR_TAB_SIZE_DEFAULT, minimum is @ref BLE_GATTS_ATTR_TAB_SIZE_MIN.
Trait Implementations§
source§impl Clone for ble_gatts_cfg_attr_tab_size_t
impl Clone for ble_gatts_cfg_attr_tab_size_t
source§fn clone(&self) -> ble_gatts_cfg_attr_tab_size_t
fn clone(&self) -> ble_gatts_cfg_attr_tab_size_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