Struct windows_sys::Win32::Devices::Bluetooth::BLUETOOTH_LOCAL_SERVICE_INFO
#[repr(C)]pub struct BLUETOOTH_LOCAL_SERVICE_INFO {
pub Enabled: BOOL,
pub btAddr: BLUETOOTH_ADDRESS,
pub szName: [u16; 256],
pub szDeviceString: [u16; 256],
}
Expand description
Required features: "Win32_Devices_Bluetooth"
, "Win32_Foundation"
Fields§
§Enabled: BOOL
§btAddr: BLUETOOTH_ADDRESS
§szName: [u16; 256]
§szDeviceString: [u16; 256]