#[repr(C)]pub struct esp_ble_gap_ext_adv_report_t {Show 14 fields
pub event_type: esp_ble_gap_adv_type_t,
pub addr_type: u8,
pub addr: esp_bd_addr_t,
pub primary_phy: esp_ble_gap_pri_phy_t,
pub secondly_phy: esp_ble_gap_phy_t,
pub sid: u8,
pub tx_power: u8,
pub rssi: i8,
pub per_adv_interval: u16,
pub dir_addr_type: u8,
pub dir_addr: esp_bd_addr_t,
pub data_status: esp_ble_gap_ext_adv_data_status_t,
pub adv_data_len: u8,
pub adv_data: [u8; 251],
}
Expand description
@brief extend adv report parameters
Fields§
§event_type: esp_ble_gap_adv_type_t
< extend advertising type
addr_type: u8
< extend advertising address type
addr: esp_bd_addr_t
< extend advertising address
primary_phy: esp_ble_gap_pri_phy_t
< extend advertising primary phy
secondly_phy: esp_ble_gap_phy_t
< extend advertising secondary phy
sid: u8
< extend advertising sid
tx_power: u8
< extend advertising tx power
rssi: i8
< extend advertising rssi
per_adv_interval: u16
< periodic advertising interval
dir_addr_type: u8
< direct address type
dir_addr: esp_bd_addr_t
< direct address
data_status: esp_ble_gap_ext_adv_data_status_t
< data type
adv_data_len: u8
< extend advertising data length
adv_data: [u8; 251]
< extend advertising data
Trait Implementations§
source§impl Clone for esp_ble_gap_ext_adv_report_t
impl Clone for esp_ble_gap_ext_adv_report_t
source§fn clone(&self) -> esp_ble_gap_ext_adv_report_t
fn clone(&self) -> esp_ble_gap_ext_adv_report_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_report_t
impl Debug for esp_ble_gap_ext_adv_report_t
source§impl Default for esp_ble_gap_ext_adv_report_t
impl Default for esp_ble_gap_ext_adv_report_t
impl Copy for esp_ble_gap_ext_adv_report_t
Auto Trait Implementations§
impl Freeze for esp_ble_gap_ext_adv_report_t
impl RefUnwindSafe for esp_ble_gap_ext_adv_report_t
impl Send for esp_ble_gap_ext_adv_report_t
impl Sync for esp_ble_gap_ext_adv_report_t
impl Unpin for esp_ble_gap_ext_adv_report_t
impl UnwindSafe for esp_ble_gap_ext_adv_report_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,
§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
)