#include "cmn_defs.h"
Macros | |
#define | CATCH(__status__) |
#define | ERRORCHECK(__status__) |
#define | ERRORREPORT(__status__, __err__) |
#define | IS_ERR(__status__) (__status__ != AT_BLE_SUCCESS) |
#define | NULLCHECK(__status__, __ptr__) |
Functions | |
at_ble_status_t | at_ble_att_error (uint8_t att_error_code) |
at_ble_status_t | at_ble_gap_error (uint8_t gap_error_code) |
#define CATCH | ( | __status__ | ) |
#define ERRORCHECK | ( | __status__ | ) |
#define ERRORREPORT | ( | __status__, | |
__err__ | |||
) |
#define IS_ERR | ( | __status__ | ) | (__status__ != AT_BLE_SUCCESS) |
#define NULLCHECK | ( | __status__, | |
__ptr__ | |||
) |
at_ble_status_t at_ble_att_error | ( | uint8_t | att_error_code | ) |
at_ble_status_t at_ble_gap_error | ( | uint8_t | gap_error_code | ) |
References AT_BLE_COMMAND_DISALLOWED, AT_BLE_FAILURE, AT_BLE_INVALID_PARAM, AT_BLE_SUCCESS, GAP_ERR_COMMAND_DISALLOWED, GAP_ERR_INVALID_PARAM, GAP_ERR_NO_ERROR, and status.
Referenced by gapm_cmp_evt().