#[repr(C)]pub struct ble_gatts_conn_cfg_t {
pub hvn_tx_queue_size: u8,
}
Expand description
@brief BLE GATTS connection configuration parameters, set with @ref sd_ble_cfg_set.
Fields§
§hvn_tx_queue_size: u8
< Minimum guaranteed number of Handle Value Notifications that can be queued for transmission. The default value is @ref BLE_GATTS_HVN_TX_QUEUE_SIZE_DEFAULT
Trait Implementations§
source§impl Clone for ble_gatts_conn_cfg_t
impl Clone for ble_gatts_conn_cfg_t
source§fn clone(&self) -> ble_gatts_conn_cfg_t
fn clone(&self) -> ble_gatts_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