Home
last modified time | relevance | path

Searched refs:LOG_ERROR (Results 1 – 9 of 9) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/api/
Desp_bt_main.c39 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 …]
Desp_sdp_api.c25 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()
Desp_spp_api.c154 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()
Desp_gatts_api.c102LOG_ERROR("The number of attribute should not be greater than CONFIG_BT_GATT_MAX_SR_ATTRIBUTES\n"); in esp_ble_gatts_create_attr_tab()
409LOG_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()
416LOG_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()
420LOG_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()
Desp_gap_ble_api.c152 LOG_ERROR("%s,params is NULL", __func__); in esp_ble_gap_update_conn_params()
169LOG_ERROR("%s,invalid connection params:min_int = %d, max_int = %d, latency = %d, timeout = %d",\ in esp_ble_gap_update_conn_params()
452LOG_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()
672LOG_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()
1558LOG_ERROR("%s,invalid connection params:min_int = %d, max_int = %d, latency = %d, timeout = %d", _… in esp_ble_gap_prefer_ext_connect_params_set()
1582LOG_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 …]
Desp_gattc_api.c115LOG_ERROR("%s, invalid 1M PHY connection params: min_int = %d, max_int = %d, latency = %d, timeout… in esp_ble_gattc_enh_open()
138LOG_ERROR("%s, invalid 2M PHY connection params: min_int = %d, max_int = %d, latency = %d, timeout… in esp_ble_gattc_enh_open()
161LOG_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/
Dbtu_init.c200 LOG_ERROR("%s Unable to allocate resources for bt_workqueue", __func__); in BTU_StartUp()
/hal_espressif-latest/components/bt/host/bluedroid/main/
Dbte_init.c500 LOG_ERROR("%s failed due to no memory", __func__); in BTE_InitStack()
/hal_espressif-latest/components/bt/host/bluedroid/common/include/common/
Dbt_trace.h212 #define LOG_ERROR(format, ... ) {if (LOG_LOCAL_LEVEL >= ESP_LOG_ERROR) esp_log_write… macro
373 #define LOG_ERROR(fmt, args...) macro