Searched refs:ERROR (Results 1 – 10 of 10) sorted by relevance
/hal_espressif-latest/components/bt/host/bluedroid/common/include/common/ |
D | bt_trace.h | 220 …if (btm_cb.trace_level >= BT_TRACE_LEVEL_ERROR && BT_LOG_LEVEL_CHECK(BTM, ERROR)) BT_PRINT_E("BT_B… 228 …cb.l2cap_trace_level >= BT_TRACE_LEVEL_ERROR && BT_LOG_LEVEL_CHECK(L2CAP, ERROR)) BT_PRINT_E("BT_L… 236 …if (sdp_cb.trace_level >= BT_TRACE_LEVEL_ERROR && BT_LOG_LEVEL_CHECK(SDP, ERROR)) BT_PRINT_E("BT_S… 244 …(rfc_cb.trace_level >= BT_TRACE_LEVEL_ERROR && BT_LOG_LEVEL_CHECK(RFCOMM, ERROR)) BT_PRINT_E("BT_R… 251 …if (gap_cb.trace_level >= BT_TRACE_LEVEL_ERROR && BT_LOG_LEVEL_CHECK(GAP, ERROR)) BT_PRINT_E("BT_G… 257 …if (hh_cb.trace_level >= BT_TRACE_LEVEL_ERROR && BT_LOG_LEVEL_CHECK(HIDH, ERROR)) BT_PRINT_E("BT_H… 264 …if (hd_cb.trace_level >= BT_TRACE_LEVEL_ERROR && BT_LOG_LEVEL_CHECK(HIDD, ERROR)) BT_PRINT_E("BT_H… 273 … (bnep_cb.trace_level >= BT_TRACE_LEVEL_ERROR && BT_LOG_LEVEL_CHECK(BNEP, ERROR)) BT_PRINT_E("BT_B… 281 …if (pan_cb.trace_level >= BT_TRACE_LEVEL_ERROR && BT_LOG_LEVEL_CHECK(PAN, ERROR)) BT_PRINT_E("BT_P… 289 …if (a2d_cb.trace_level >= BT_TRACE_LEVEL_ERROR && BT_LOG_LEVEL_CHECK(A2D, ERROR)) BT_PRINT_E("BT_A… [all …]
|
/hal_espressif-latest/components/esp_common/src/ |
D | esp_err_to_name.c.in | 35 "ERROR"; 37 "UNKNOWN ERROR";
|
/hal_espressif-latest/components/bt/host/bluedroid/external/sbc/decoder/srce/ |
D | decoder-sbc.c | 272 ERROR(("SBC parameters incompatible with loaded overlay")); in OI_CODEC_SBC_DecodeFrame() 277 ERROR(("SBC parameters incompatible with number of channels specified during reset")); in OI_CODEC_SBC_DecodeFrame() 282 ERROR(("PCM stride not set correctly during reset")); in OI_CODEC_SBC_DecodeFrame() 313 ERROR(("Bitpool too small: %d (must be >= 2)", context->common.frameInfo.bitpool)); in OI_CODEC_SBC_DecodeFrame() 317 …ERROR(("Bitpool too large: %d (must be <= %ld)", context->common.frameInfo.bitpool, OI_SBC_MaxBitp… in OI_CODEC_SBC_DecodeFrame()
|
D | bitalloc.c | 56 ERROR(("Invalid frame mode %d", frame->mode)); in OI_SBC_MaxBitpool()
|
/hal_espressif-latest/components/bt/host/bluedroid/ |
D | Kconfig.in | 335 bool "ERROR" 370 bool "ERROR" 405 bool "ERROR" 440 bool "ERROR" 475 bool "ERROR" 510 bool "ERROR" 545 bool "ERROR" 580 bool "ERROR" 615 bool "ERROR" 650 bool "ERROR" [all …]
|
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/include/ |
D | mesh_trace.h | 84 …_LEVEL >= BLE_MESH_LOG_LEVEL_ERROR) && BLE_MESH_LOG_LEVEL_CHECK(BLE_MESH, ERROR)) BLE_MESH_PRINT_E… 96 …= BLE_MESH_LOG_LEVEL_ERROR) && BLE_MESH_LOG_LEVEL_CHECK(BLE_MESH_NET_BUF, ERROR)) BLE_MESH_PRINT_E… 110 …= BLE_MESH_LOG_LEVEL_ERROR) && BLE_MESH_LOG_LEVEL_CHECK(BLE_MESH_NET_BUF, ERROR)) BLE_MESH_PRINT_E…
|
/hal_espressif-latest/components/bt/common/include/ |
D | bt_common.h | 143 …TC_INITIAL_TRACE_LEVEL >= BT_TRACE_LEVEL_ERROR && BT_LOG_LEVEL_CHECK(BTC, ERROR)) BT_PRINT_E("BT_B… 151 …SI_INITIAL_TRACE_LEVEL >= BT_TRACE_LEVEL_ERROR && BT_LOG_LEVEL_CHECK(OSI, ERROR)) BT_PRINT_E("BT_O… 159 …_INITIAL_TRACE_LEVEL >= BT_TRACE_LEVEL_ERROR && BT_LOG_LEVEL_CHECK(BLUFI, ERROR)) BT_PRINT_E("BT_B…
|
/hal_espressif-latest/components/bt/host/bluedroid/external/sbc/decoder/include/ |
D | oi_codec_sbc_private.h | 46 #define ERROR(x) do { printf x; printf("\n"); } while (0) macro 48 #define ERROR(x) macro
|
/hal_espressif-latest/components/log/ |
D | README.rst | 76 esp_log_level_set("*", ESP_LOG_ERROR); // set all components to ERROR level
|
/hal_espressif-latest/components/bt/esp_ble_mesh/ |
D | Kconfig.in | 930 bool "ERROR" 967 bool "ERROR"
|