Struct windows_sys::Win32::Devices::Bluetooth::BTH_PING_REQ
#[repr(C, packed(1))]pub struct BTH_PING_REQ {
pub btAddr: u64,
pub dataLen: u8,
pub data: [u8; 44],
}
Expand description
Required features: "Win32_Devices_Bluetooth"
Fields§
§btAddr: u64
§dataLen: u8
§data: [u8; 44]