Contents

CBAdvertisementDataTxPowerLevelKey

The transmit power of a peripheral.

Declaration

let CBAdvertisementDataTxPowerLevelKey: String

Discussion

The value associated with this key is an instance of NSNumber.

This key and value are available if the peripheral provides its transmitting power level in its advertising packet. You can calculate the path loss by comparing the RSSI value with the transmitting power level.

See Also

Advertisement Keys