Struct windows_sys::Win32::Devices::Bluetooth::BTH_L2CAP_EVENT_INFO
#[repr(C)]pub struct BTH_L2CAP_EVENT_INFO {
pub bthAddress: u64,
pub psm: u16,
pub connected: u8,
pub initiated: u8,
}
Expand description
Required features: "Win32_Devices_Bluetooth"
Fields§
§bthAddress: u64
§psm: u16
§connected: u8
§initiated: u8