Home
last modified time | relevance | path

Searched refs:LOG_DEBUG (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/api/
Desp_gattc_api.c454 LOG_DEBUG("%s, the l2cap channel is congest.", __func__); in esp_ble_gattc_read_char()
495 LOG_DEBUG("%s, the l2cap channel is congest.", __func__); in esp_ble_gattc_read_by_type()
531 LOG_DEBUG("%s, the l2cap channel is congest.", __func__); in esp_ble_gattc_read_multiple()
567 LOG_DEBUG("%s, the l2cap channel is congest.", __func__); in esp_ble_gattc_read_multiple_variable()
603 LOG_DEBUG("%s, the l2cap channel is congest.", __func__); in esp_ble_gattc_read_char_descr()
640 LOG_DEBUG("%s, the l2cap channel is congest.", __func__); in esp_ble_gattc_write_char()
683 LOG_DEBUG("%s, the l2cap channel is congest.", __func__); in esp_ble_gattc_write_char_descr()
726 LOG_DEBUG("%s, the l2cap channel is congest.", __func__); in esp_ble_gattc_prepare_write()
767 LOG_DEBUG("%s, the l2cap channel is congest.", __func__); in esp_ble_gattc_prepare_write_char_descr()
Desp_gatts_api.c275 LOG_DEBUG("%s, the l2cap chanel is congest.", __func__); in esp_ble_gatts_send_indicate()
/hal_espressif-latest/components/bt/host/bluedroid/common/include/common/
Dbt_trace.h215 #define LOG_DEBUG(format, ... ) {if (LOG_LOCAL_LEVEL >= ESP_LOG_DEBUG) esp_log_write… macro
376 #define LOG_DEBUG(fmt, args...) macro