BLE_GAP_SetPathLossReportingParams

C

uint16_t BLE_GAP_SetPathLossReportingParams(BLE_GAP_PathLossReportingParams_T *p_params);

Description

Sets the path loss threshold reporting parameters for a specific connection.

Note

This command should be used only after the BLE_GAP_EVT_FEATURE_EXCHANGE_COMPL event has been received.

Return values

Return valueDescription
MBA_RES_SUCCESSSuccessfully sets the path loss threshold reporting parameters for specific connection.
MBA_RES_INVALID_PARAThe parameters provided are invalid.