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