#[repr(C)]
pub union ble_gap_qos_params_t {
pub channel_survey: ble_gap_qos_channel_survey_t,
pub rssi: ble_gap_qos_rssi_t,
/* private fields */
}
Expand description
@brief Quality of Service (QoS) parameters.
Fields§
§channel_survey: ble_gap_qos_channel_survey_t
< Parameters for the channel survey.
rssi: ble_gap_qos_rssi_t
< Parameters for the reporting changes in RSSI.
Trait Implementations§
source§impl Clone for ble_gap_qos_params_t
impl Clone for ble_gap_qos_params_t
source§fn clone(&self) -> ble_gap_qos_params_t
fn clone(&self) -> ble_gap_qos_params_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