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.
Parameters
| Parameter | Description |
|---|---|
| [in] p_params | Pointer to a BLE_GAP_PathLossReportingParams_T structure containing the reporting parameters. |
Return values
| Return value | Description |
|---|---|
| MBA_RES_SUCCESS | Successfully sets the path loss threshold reporting parameters for specific connection. |
| MBA_RES_INVALID_PARA | The parameters provided are invalid. |
