Click or drag to resize

wclBluetoothLeAdvertiserConnectionPreferredTxRssi Property

If specified, requests that the radio use the indicated transmit power level for the advertisement.

Namespace: wclBluetooth
Assembly: wclBluetoothFramework (in wclBluetoothFramework.dll) Version: 7.17.12.0 (7.17.12.0)
Syntax
public sbyte PreferredTxRssi { get; set; }

Property Value

SByte
The requested power level in dDm at range between -100 dBm and +20 for the radio transmission. The default is -127 indicating that this feature is disabled. If the parameter is out of range the wclEInvalidArgument exception raises.
Exceptions
Remarks

Enabling the Extended Advertising format is necessary to enable several other related properties.

If the advertiser is running and an application changes the property the wclEBluetoothLeBeacon exception raises.

See Also