#[repr(C)]pub struct ble_gap_evt_phy_update_t {
pub status: u8,
pub tx_phy: u8,
pub rx_phy: u8,
}
Expand description
@brief Event Structure for @ref BLE_GAP_EVT_PHY_UPDATE.
Fields§
§status: u8
< Status of the procedure, see @ref BLE_HCI_STATUS_CODES.
tx_phy: u8
< TX PHY for this connection, see @ref BLE_GAP_PHYS.
rx_phy: u8
< RX PHY for this connection, see @ref BLE_GAP_PHYS.
Trait Implementations§
source§impl Clone for ble_gap_evt_phy_update_t
impl Clone for ble_gap_evt_phy_update_t
source§fn clone(&self) -> ble_gap_evt_phy_update_t
fn clone(&self) -> ble_gap_evt_phy_update_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