Union nrf_softdevice_s113::ble_gatts_cfg_t
source · #[repr(C)]
pub union ble_gatts_cfg_t {
pub service_changed: ble_gatts_cfg_service_changed_t,
pub attr_tab_size: ble_gatts_cfg_attr_tab_size_t,
/* private fields */
}
Expand description
@brief Config structure for GATTS configurations.
Fields§
§service_changed: ble_gatts_cfg_service_changed_t
< Include service changed characteristic, cfg_id is @ref BLE_GATTS_CFG_SERVICE_CHANGED.
attr_tab_size: ble_gatts_cfg_attr_tab_size_t
< Attribute table size, cfg_id is @ref BLE_GATTS_CFG_ATTR_TAB_SIZE.
Trait Implementations§
source§impl Clone for ble_gatts_cfg_t
impl Clone for ble_gatts_cfg_t
source§fn clone(&self) -> ble_gatts_cfg_t
fn clone(&self) -> ble_gatts_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