#[repr(C)]pub struct ble_gap_evt_rssi_changed_t {
pub rssi: i8,
pub ch_index: u8,
}
Expand description
@brief Event structure for @ref BLE_GAP_EVT_RSSI_CHANGED.
Fields§
§rssi: i8
< Received Signal Strength Indication in dBm.
ch_index: u8
< Data Channel Index on which the Signal Strength is measured (0-36).
Trait Implementations§
source§impl Clone for ble_gap_evt_rssi_changed_t
impl Clone for ble_gap_evt_rssi_changed_t
source§fn clone(&self) -> ble_gap_evt_rssi_changed_t
fn clone(&self) -> ble_gap_evt_rssi_changed_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