Searched refs:LOG_DEBUG (Results 1 – 3 of 3) sorted by relevance
/hal_espressif-latest/components/bt/host/bluedroid/api/ |
D | esp_gattc_api.c | 454 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()
|
D | esp_gatts_api.c | 275 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/ |
D | bt_trace.h | 215 #define LOG_DEBUG(format, ... ) {if (LOG_LOCAL_LEVEL >= ESP_LOG_DEBUG) esp_log_write… macro 376 #define LOG_DEBUG(fmt, args...) macro
|