Home
last modified time | relevance | path

Searched refs:LOG_WARN (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/device/
Dinterop.c54 LOG_WARN("%s() Device %s is a match for interop workaround %s", __func__, in interop_match()
/hal_espressif-latest/components/bt/host/bluedroid/api/
Desp_spp_api.c55 LOG_WARN("Invalid tx buffer size"); in esp_spp_enhanced_init()
115 LOG_WARN("Suggest to use ESP_SPP_SEC_NONE, ESP_SPP_SEC_AUTHENTICATE" in esp_spp_connect()
164 LOG_WARN("Suggest to use ESP_SPP_SEC_NONE, ESP_SPP_SEC_AUTHENTICATE," in esp_spp_start_srv()
Desp_gattc_api.c449 LOG_WARN("%s, The connection not created.", __func__); in esp_ble_gattc_read_char()
490 LOG_WARN("%s, The connection not created.", __func__); in esp_ble_gattc_read_by_type()
526 LOG_WARN("%s, The connection not created.", __func__); in esp_ble_gattc_read_multiple()
562 LOG_WARN("%s, The connection not created.", __func__); in esp_ble_gattc_read_multiple_variable()
598 LOG_WARN("%s, The connection not created.", __func__); in esp_ble_gattc_read_char_descr()
635 LOG_WARN("%s, The connection not created.", __func__); in esp_ble_gattc_write_char()
678 LOG_WARN("%s, The connection not created.", __func__); in esp_ble_gattc_write_char_descr()
721 LOG_WARN("%s, The connection not created.", __func__); in esp_ble_gattc_prepare_write()
762 LOG_WARN("%s, The connection not created.", __func__); in esp_ble_gattc_prepare_write_char_descr()
Desp_gatts_api.c270 LOG_WARN("%s, The connection not created.", __func__); in esp_ble_gatts_send_indicate()
304 LOG_WARN("%s, The connection not created.", __func__); in esp_ble_gatts_send_response()
/hal_espressif-latest/components/bt/host/bluedroid/common/include/common/
Dbt_trace.h213 #define LOG_WARN(format, ... ) {if (LOG_LOCAL_LEVEL >= ESP_LOG_WARN) esp_log_write… macro
374 #define LOG_WARN(fmt, args...) macro