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
Parameter | Description |
---|---|
[out] p_minTxPower | Pointer to the minimum transmit power level. (Unit: dBm) |
[out] p_maxTxPower | Pointer to the maximum transmit power level. (Unit: dBm) |
Return values
Return value | Description |
---|---|
MBA_RES_SUCCESS | Successfully retrieves the factory transmit power levels. |
MBA_RES_OOM | Internal memory allocation failure occurred. |