1.1.2.1.1.4.28 BLE_GAP_ReadFactoryTxPowerLevel

C

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

Description

Read the maximum and minimum factory RF transmit power level.

Parameters

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

Return values

Return valueDescription
MBA_RES_SUCCESSSuccessfully issue the request.
MBA_RES_OOMInternal memory allocation failure.