Values.WirelessDeviceLogOptionSourceThe log options for wireless devices and can be used to set log levels for a specific type of wireless device.
type nonrec t = {type_ : WirelessDeviceType.t;The wireless device type.
*)logLevel : LogLevel.t;events : WirelessDeviceEventLogOptionList.t option;}