#[repr(C)]pub struct ble_common_cfg_vs_uuid_t {
pub vs_uuid_count: u8,
}
Expand description
@brief Configuration of Vendor Specific base UUIDs, set with @ref sd_ble_cfg_set.
@retval ::NRF_ERROR_INVALID_PARAM Too many UUIDs configured.
Fields§
§vs_uuid_count: u8
< Number of 128-bit Vendor Specific base UUID bases to allocate memory for. Default value is @ref BLE_UUID_VS_COUNT_DEFAULT. Maximum value is @ref BLE_UUID_VS_COUNT_MAX.
Trait Implementations§
source§impl Clone for ble_common_cfg_vs_uuid_t
impl Clone for ble_common_cfg_vs_uuid_t
source§fn clone(&self) -> ble_common_cfg_vs_uuid_t
fn clone(&self) -> ble_common_cfg_vs_uuid_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