1.1.2.1.1.4.68 BLE_GAP_SetTxPowerReportingEnable

C

uint16_t BLE_GAP_SetTxPowerReportingEnable(uint16_t connHandle, bool localEnable, bool remoteEnable);

Description

Enable or disable the reporting to the transmit power level changes in the local and remote device for the specific connection.

Parameters

ParameterDescription
[in] connHandleConnection handle associated with this connection.
[in] localEnableEnable or disable local transmit power reports. Set true to enable the local transmit power reports.
[in] remoteEnableEnable or disable remote transmit power reports. Set true to enable the remote transmit power reports.

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.