Struct windows_sys::Win32::Devices::Bluetooth::BLUETOOTH_DEVICE_INFO
#[repr(C)]pub struct BLUETOOTH_DEVICE_INFO {
pub dwSize: u32,
pub Address: BLUETOOTH_ADDRESS,
pub ulClassofDevice: u32,
pub fConnected: BOOL,
pub fRemembered: BOOL,
pub fAuthenticated: BOOL,
pub stLastSeen: SYSTEMTIME,
pub stLastUsed: SYSTEMTIME,
pub szName: [u16; 248],
}
Expand description
Required features: "Win32_Devices_Bluetooth"
, "Win32_Foundation"
Fields§
§dwSize: u32
§Address: BLUETOOTH_ADDRESS
§ulClassofDevice: u32
§fConnected: BOOL
§fRemembered: BOOL
§fAuthenticated: BOOL
§stLastSeen: SYSTEMTIME
§stLastUsed: SYSTEMTIME
§szName: [u16; 248]