AdvertisingDataValidator

constructor(deviceName: String, isLe2MPhySupported: Boolean, isLeCodedPhySupported: Boolean, isLeExtendedAdvertisingSupported: Boolean, leMaximumAdvertisingDataLength: @Range(from = 31, to = 1650) Int = if (isLeExtendedAdvertisingSupported) 1650 else 31)