#[repr(C)]pub struct esp_ble_gap_ext_adv_params_t {Show 14 fields
    pub type_: u16,
    pub interval_min: u32,
    pub interval_max: u32,
    pub channel_map: u32,
    pub own_addr_type: u32,
    pub peer_addr_type: u32,
    pub peer_addr: [u8; 6],
    pub filter_policy: u32,
    pub tx_power: i8,
    pub primary_phy: u8,
    pub max_skip: u8,
    pub secondary_phy: u8,
    pub sid: u8,
    pub scan_req_notif: bool,
}Expand description
@brief ext adv parameters
Fields§
§type_: u16< ext adv type
interval_min: u32< ext adv minimum interval
interval_max: u32< ext adv maximum interval
channel_map: u32< ext adv channel map
own_addr_type: u32< ext adv own address type
peer_addr_type: u32< ext adv peer address type
peer_addr: [u8; 6]< ext adv peer address
filter_policy: u32< ext adv filter policy
tx_power: i8< ext adv tx power
primary_phy: u8< ext adv primary phy
max_skip: u8< ext adv maximum skip
secondary_phy: u8< ext adv secondary phy
sid: u8< ext adv sid
scan_req_notif: bool< ext adv scan request event notify
Trait Implementations§
Source§impl Clone for esp_ble_gap_ext_adv_params_t
 
impl Clone for esp_ble_gap_ext_adv_params_t
Source§fn clone(&self) -> esp_ble_gap_ext_adv_params_t
 
fn clone(&self) -> esp_ble_gap_ext_adv_params_t
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 Debug for esp_ble_gap_ext_adv_params_t
 
impl Debug for esp_ble_gap_ext_adv_params_t
Source§impl Default for esp_ble_gap_ext_adv_params_t
 
impl Default for esp_ble_gap_ext_adv_params_t
Source§fn default() -> esp_ble_gap_ext_adv_params_t
 
fn default() -> esp_ble_gap_ext_adv_params_t
Returns the “default value” for a type. Read more
impl Copy for esp_ble_gap_ext_adv_params_t
Auto Trait Implementations§
impl Freeze for esp_ble_gap_ext_adv_params_t
impl RefUnwindSafe for esp_ble_gap_ext_adv_params_t
impl Send for esp_ble_gap_ext_adv_params_t
impl Sync for esp_ble_gap_ext_adv_params_t
impl Unpin for esp_ble_gap_ext_adv_params_t
impl UnwindSafe for esp_ble_gap_ext_adv_params_t
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,
§unsafe fn clone_to_uninit(&self, dst: *mut u8)
 
unsafe fn clone_to_uninit(&self, dst: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)