Bluetooth® Sample Application Programmer's Reference
|
Exported Functions
Presentation
List of functions exported by ERR
Functions | |
ERR_Error_t * | ERR_PromptElemGet (int errID) |
UI_PromptIdx_t | ERR_PromptIDGet (ERR_Error_t *error) |
Function Documentation
ERR_Error_t* ERR_PromptElemGet | ( | int | errID | ) |
Retrieves the specific error details. If the specified error identifier is not found in the error list it will return a pointer that says undefined error.
- Parameters
-
[in] errID The identifier of the error. See error identifiers.
- Returns
- Pointer to an error definition in the list.
UI_PromptIdx_t ERR_PromptIDGet | ( | ERR_Error_t * | error | ) |
Returns the error message description specified by error. This function requires calling the function ERR_PromptElemGet().
- Parameters
-
[in] error Pointer to the variable obtained using ERR_PromptElemGet().
- Returns
- Prompt index as defined in UI_PromptIdx_t;
