#[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_priv
Private data
addr: bt_addr_t
Remote device address
rssi: i8
RSSI from inquiry
cod: [u8; 3]
Class of Device
eir: [u8; 240]
Extended Inquiry Response
Trait Implementations§
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