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