1.1.2.1.1.4.56 BLE_GAP_SetPathLossReportingEnable

C

uint16_t BLE_GAP_SetPathLossReportingEnable(uint16_t connHandle, bool enable);

Description

Enable or disable path loss reporting for specific connection.

Parameters

ParameterDescription
[in] connHandleConnection handle associated with this connection.
[in] enableEnable or disable path loss reporting. Set true to enable reports.

Return values

Return valueDescription
MBA_RES_SUCCESSSuccessfully path loss reporting for specific connection.
MBA_RES_INVALID_PARAInvalid parameters.
MBA_RES_COMMAND_DISALLOWEDCommand disallowed.