#[repr(C)]pub struct bt_br_discovery_result {
    pub _priv: bt_br_discovery_priv,
    pub addr: bt_addr_t,
    pub rssi: i8,
    pub cod: [u8; 3],
    pub eir: [u8; 240],
}Expand description
@brief BR/EDR discovery result structure
Fields§
§_priv: bt_br_discovery_privPrivate data
addr: bt_addr_tRemote device address
rssi: i8RSSI from inquiry
cod: [u8; 3]Class of Device
eir: [u8; 240]Extended Inquiry Response
Trait Implementations§
Source§impl Debug for bt_br_discovery_result
 
impl Debug for bt_br_discovery_result
Auto Trait Implementations§
impl Freeze for bt_br_discovery_result
impl RefUnwindSafe for bt_br_discovery_result
impl Send for bt_br_discovery_result
impl Sync for bt_br_discovery_result
impl Unpin for bt_br_discovery_result
impl UnwindSafe for bt_br_discovery_result
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more