1.1.2.1.1.4.30 BLE_GAP_ReadRemoteTxPowerLevel

C

uint16_t BLE_GAP_ReadRemoteTxPowerLevel(uint16_t connHandle, uint8_t phy);

Description

Read the transmit power level used by remote device on the specific connection.

Parameters

ParameterDescription
[in] connHandleConnection handle associated with this connection.
[in] phyPHY. See Transmitter PHY type.

Return values

Return valueDescription
MBA_RES_SUCCESSSuccessfully issue the request.
MBA_RES_OOMInternal memory allocation failure.
MBA_RES_INVALID_PARAInvalid parameters.
MBA_RES_COMMAND_DISALLOWEDCommand disallowed.