#[repr(C)]
pub union BLUETOOTH_AUTHENTICATE_RESPONSE_0 {
pub pinInfo: BLUETOOTH_PIN_INFO,
pub oobInfo: BLUETOOTH_OOB_DATA_INFO,
pub numericCompInfo: BLUETOOTH_NUMERIC_COMPARISON_INFO,
pub passkeyInfo: BLUETOOTH_PASSKEY_INFO,
}
Expand description
Required features: "Win32_Devices_Bluetooth"
Fields§
§pinInfo: BLUETOOTH_PIN_INFO
§oobInfo: BLUETOOTH_OOB_DATA_INFO
§numericCompInfo: BLUETOOTH_NUMERIC_COMPARISON_INFO
§passkeyInfo: BLUETOOTH_PASSKEY_INFO