#[repr(C)]pub struct esp_ble_gap_cb_param_t_ble_periodic_adv_sync_trans_recv_param {
pub status: u32,
pub bda: [u8; 6],
pub service_data: u16,
pub sync_handle: u16,
pub adv_sid: u8,
pub adv_addr_type: u8,
pub adv_addr: [u8; 6],
pub adv_phy: u8,
pub adv_interval: u16,
pub adv_clk_accuracy: u8,
}
Expand description
@brief ESP_GAP_BLE_PERIODIC_ADV_SYNC_TRANS_RECV_EVT
Fields§
§status: u32
< Periodic advertising sync transfer received status
bda: [u8; 6]
< The remote device address
service_data: u16
< The value provided by the peer device
sync_handle: u16
< Periodic advertising sync handle
adv_sid: u8
< Periodic advertising set id
adv_addr_type: u8
< Periodic advertiser address type
adv_addr: [u8; 6]
< Periodic advertiser address
adv_phy: u8
< Periodic advertising PHY
adv_interval: u16
< Periodic advertising interval
adv_clk_accuracy: u8
< Periodic advertising clock accuracy
Trait Implementations§
source§impl Clone for esp_ble_gap_cb_param_t_ble_periodic_adv_sync_trans_recv_param
impl Clone for esp_ble_gap_cb_param_t_ble_periodic_adv_sync_trans_recv_param
source§fn clone(&self) -> esp_ble_gap_cb_param_t_ble_periodic_adv_sync_trans_recv_param
fn clone(&self) -> esp_ble_gap_cb_param_t_ble_periodic_adv_sync_trans_recv_param
Returns a copy of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Default for esp_ble_gap_cb_param_t_ble_periodic_adv_sync_trans_recv_param
impl Default for esp_ble_gap_cb_param_t_ble_periodic_adv_sync_trans_recv_param
source§fn default() -> esp_ble_gap_cb_param_t_ble_periodic_adv_sync_trans_recv_param
fn default() -> esp_ble_gap_cb_param_t_ble_periodic_adv_sync_trans_recv_param
Returns the “default value” for a type. Read more
impl Copy for esp_ble_gap_cb_param_t_ble_periodic_adv_sync_trans_recv_param
Auto Trait Implementations§
impl Freeze for esp_ble_gap_cb_param_t_ble_periodic_adv_sync_trans_recv_param
impl RefUnwindSafe for esp_ble_gap_cb_param_t_ble_periodic_adv_sync_trans_recv_param
impl Send for esp_ble_gap_cb_param_t_ble_periodic_adv_sync_trans_recv_param
impl Sync for esp_ble_gap_cb_param_t_ble_periodic_adv_sync_trans_recv_param
impl Unpin for esp_ble_gap_cb_param_t_ble_periodic_adv_sync_trans_recv_param
impl UnwindSafe for esp_ble_gap_cb_param_t_ble_periodic_adv_sync_trans_recv_param
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)