Searched refs:LOG_ERROR (Results 1 – 9 of 9) sorted by relevance
/hal_espressif-latest/components/bt/host/bluedroid/api/ |
D | esp_bt_main.c | 39 LOG_ERROR("Bludroid not initialised\n"); in esp_bluedroid_enable() 44 LOG_ERROR("Bluedroid already enabled\n"); in esp_bluedroid_enable() 51 LOG_ERROR("Bluedroid enable failed\n"); in esp_bluedroid_enable() 60 LOG_ERROR("Bluedroid enable failed\n"); in esp_bluedroid_enable() 65 LOG_ERROR("Bluedroid enable failed\n"); in esp_bluedroid_enable() 80 LOG_ERROR("Bluedroid already disabled\n"); in esp_bluedroid_disable() 87 LOG_ERROR("Bluedroid disable failed\n"); in esp_bluedroid_disable() 96 LOG_ERROR("Bluedroid disable failed\n"); in esp_bluedroid_disable() 101 LOG_ERROR("Bluedroid disable failed\n"); in esp_bluedroid_disable() 117 LOG_ERROR("Controller not initialised\n"); in esp_bluedroid_init() [all …]
|
D | esp_sdp_api.c | 25 LOG_ERROR("Invalid server name!\n"); in esp_sdp_record_integrity_check() 29 LOG_ERROR("record is NULL!\n"); in esp_sdp_record_integrity_check()
|
D | esp_spp_api.c | 154 LOG_ERROR("Invalid server name!\n"); in esp_spp_start_srv() 204 LOG_ERROR("Invalid SCN!\n"); in esp_spp_stop_srv_scn() 222 LOG_ERROR("Invalid data or len!\n"); in esp_spp_write()
|
D | esp_gatts_api.c | 102 …LOG_ERROR("The number of attribute should not be greater than CONFIG_BT_GATT_MAX_SR_ATTRIBUTES\n"); in esp_ble_gatts_create_attr_tab() 409 …LOG_ERROR("Error in %s, line=%d, control->auto_rsp should be set to ESP_GATT_AUTO_RSP or ESP_GATT_… in esp_ble_gatts_add_char_desc_param_check() 416 …LOG_ERROR("Error in %s, line=%d, for stack respond attribute, char_val should not be NULL here\n",\ in esp_ble_gatts_add_char_desc_param_check() 420 …LOG_ERROR("Error in %s, line=%d, for stack respond attribute, attribute max length should not be … in esp_ble_gatts_add_char_desc_param_check()
|
D | esp_gap_ble_api.c | 152 LOG_ERROR("%s,params is NULL", __func__); in esp_ble_gap_update_conn_params() 169 … LOG_ERROR("%s,invalid connection params:min_int = %d, max_int = %d, latency = %d, timeout = %d",\ in esp_ble_gap_update_conn_params() 452 … LOG_ERROR("%s,invalid connection params:min_int = %d, max_int = %d, latency = %d, timeout = %d",\ in esp_ble_gap_set_prefer_conn_params() 482 LOG_ERROR("%s, bluedroid status error", __func__); in esp_ble_gap_get_local_used_addr() 499 LOG_ERROR("The advertising data type is not defined, type = %x", type); in esp_ble_resolve_adv_data_by_type() 509 LOG_ERROR("Invalid advertising data."); in esp_ble_resolve_adv_data_by_type() 672 …LOG_ERROR("ESP_BLE_APP_ENC_KEY_SIZE is deprecated, use ESP_GATT_PERM_ENCRYPT_KEY_SIZE in character… in esp_ble_gap_set_security_param() 1153 LOG_ERROR("%s,invalid ext adv params", __func__); in esp_ble_gap_ext_adv_set_params() 1558 …LOG_ERROR("%s,invalid connection params:min_int = %d, max_int = %d, latency = %d, timeout = %d", _… in esp_ble_gap_prefer_ext_connect_params_set() 1582 …LOG_ERROR("%s,invalid connection params:min_int = %d, max_int = %d, latency = %d, timeout = %d", _… in esp_ble_gap_prefer_ext_connect_params_set() [all …]
|
D | esp_gattc_api.c | 115 …LOG_ERROR("%s, invalid 1M PHY connection params: min_int = %d, max_int = %d, latency = %d, timeout… in esp_ble_gattc_enh_open() 138 …LOG_ERROR("%s, invalid 2M PHY connection params: min_int = %d, max_int = %d, latency = %d, timeout… in esp_ble_gattc_enh_open() 161 …LOG_ERROR("%s, invalid Coded PHY connection params: min_int = %d, max_int = %d, latency = %d, time… in esp_ble_gattc_enh_open() 545 LOG_ERROR("%s(), the num_attr should not be 0.", __func__); in esp_ble_gattc_read_multiple() 581 LOG_ERROR("%s(), the num_attr should not be 0.", __func__); in esp_ble_gattc_read_multiple_variable()
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/btu/ |
D | btu_init.c | 200 LOG_ERROR("%s Unable to allocate resources for bt_workqueue", __func__); in BTU_StartUp()
|
/hal_espressif-latest/components/bt/host/bluedroid/main/ |
D | bte_init.c | 500 LOG_ERROR("%s failed due to no memory", __func__); in BTE_InitStack()
|
/hal_espressif-latest/components/bt/host/bluedroid/common/include/common/ |
D | bt_trace.h | 212 #define LOG_ERROR(format, ... ) {if (LOG_LOCAL_LEVEL >= ESP_LOG_ERROR) esp_log_write… macro 373 #define LOG_ERROR(fmt, args...) macro
|