TwclBluetoothLeAdvertiserConnection.PreferredTxRssi Property

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

Namespace: wclBluetooth
public
 property PreferredTxRssi: SByte read FPreferredTxRssi
 write SetPreferredTxRssi;

Property Value

Type: 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 wclErrors.wclEInvalidArgument exception raises.

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 wclBluetoothErrors.wclEBluetoothLeBeacon exception raises.