BluetoothAdapter.MaxAdvertisementDataLength Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates the maximum length of an advertisement that can be published by this adapter.
public:
property unsigned int MaxAdvertisementDataLength { unsigned int get(); };
uint32_t MaxAdvertisementDataLength();
public uint MaxAdvertisementDataLength { get; }
var uInt32 = bluetoothAdapter.maxAdvertisementDataLength;
Public ReadOnly Property MaxAdvertisementDataLength As UInteger
Property Value
The maximum advertisement length of this adapter.
Windows requirements
Device family |
Windows 10, version 2004 (introduced in 10.0.19041.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v10.0)
|