#define BSP_ERROR_CHECK_RETURN_ERR(x) ESP_ERROR_CHECK(x) #define BSP_ERROR_CHECK_RETURN_NULL(x) ESP_ERROR_CHECK(x) #define BSP_ERROR_CHECK(x, ret) ESP_ERROR_CHECK(x ...
#define BLE_ERROR_NOT_ENABLED (NRF_ERROR_STK_BASE_NUM+0x001) /**< @ref sd_ble_enable has not been called. */ #define BLE_ERROR_INVALID_CONN_HANDLE (NRF_ERROR_STK_BASE ...