BLE_GAP_ReadFactoryTxPowerLevel

C

uint16_t BLE_GAP_ReadFactoryTxPowerLevel(int8_t *p_minTxPower, int8_t *p_maxTxPower);

Description

Reads the maximum and minimum factory RF transmit power levels. (Unit: dBm)

Parameters

ParameterDescription
[out] p_minTxPowerPointer to the minimum transmit power level. (Unit: dBm)
[out] p_maxTxPowerPointer to the maximum transmit power level. (Unit: dBm)

Return values

Return valueDescription
MBA_RES_SUCCESSSuccessfully retrieves the factory transmit power levels.
MBA_RES_OOMInternal memory allocation failure occurred.