#[repr(C)]pub struct ble_gap_evt_qos_channel_survey_report_t {
pub channel_energy: [i8; 40],
}
Expand description
@brief Event structure for @ref BLE_GAP_EVT_QOS_CHANNEL_SURVEY_REPORT.
Fields§
§channel_energy: [i8; 40]
< The measured energy on the Bluetooth Low Energy channels, in dBm, indexed by Channel Index. If no measurement is available for the given channel, channel_energy is set to @ref BLE_GAP_POWER_LEVEL_INVALID.
Trait Implementations§
source§impl Clone for ble_gap_evt_qos_channel_survey_report_t
impl Clone for ble_gap_evt_qos_channel_survey_report_t
source§fn clone(&self) -> ble_gap_evt_qos_channel_survey_report_t
fn clone(&self) -> ble_gap_evt_qos_channel_survey_report_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