Bluetooth5AdvertisingSetParameters
The advertising parameters for advertising using Advertising Extension from Bluetooth 5.
Advertising Extension allows to advertise with longer packets, up to 1650 bytes. The exact number depends on the hardware. It also allows to use PHY LE 2M and PHY Coded for high throughput and long range, respectively.
Parameters
Whether the advertisement will be connectable.
Whether the General Discoverable flag (in case advertising is started without a timeout) or Limited Discoverable flag (if a timeout is specified) should be added to the scannable or connectable advertisement.
By default, a connectable advertisements will be discoverable.
Devices connecting to non-discoverable advertisements cannot initiate bonding.
This flag is ignored for non-scannable and non-connectable advertisements.
The advertising interval, in range 20 ms - 10.24 sec. Use AdvertisingInterval for recommended values.
The requested TX power level for advertising. The actual TX power level may be different, depending on the hardware and implementation. Use TxPowerLevel for recommended values.
Constructors
Properties
Whether the advertisement will be connectable.
Whether the General Discoverable flag should be added to the scannable or connectable advertisement. By default, a connectable advertisements will be discoverable. Devices connecting to non-discoverable advertisements cannot initiate bonding. This flag is ignored for non-scannable and non-connectable advertisements.
Should the TX power level be included in the advertisement in the header, outside the AD structure.
The primary advertising PHY.
The secondary advertising PHY.
The requested TX power level for advertising. The actual TX power level may be different, depending on the hardware and implementation.