BLE_PXPR_SetLlsAlertLevel
C
uint16_t BLE_PXPR_SetLlsAlertLevel(BLE_PXPR_AlertLevel_T level);Description
Sets the Alert Level for the Link Loss Service (LLS).
Parameters
| Parameter | Description |
|---|---|
| [in] level | The desired Alert Level to be set. See BLE_PXPR_AlertLevel_T. |
Return values
| Return value | Description |
|---|---|
| MBA_RES_SUCCESS | The alert level was successfully set. |
| MBA_RES_INVALID_PARA | The provided parameters are invalid. |
