Skip to content

Commit af72094

Browse files
committed
comment out esp_log_buffer_hex
1 parent 8faaafa commit af72094

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BluetoothA2DPSource.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ void BluetoothA2DPSource::app_gap_callback(esp_bt_gap_cb_event_t event,
370370
if (param->auth_cmpl.stat == ESP_BT_STATUS_SUCCESS) {
371371
ESP_LOGI(BT_AV_TAG, "authentication success: %s",
372372
param->auth_cmpl.device_name);
373-
esp_log_buffer_hex(BT_AV_TAG, param->auth_cmpl.bda, ESP_BD_ADDR_LEN);
373+
// esp_log_buffer_hex(BT_AV_TAG, param->auth_cmpl.bda, ESP_BD_ADDR_LEN);
374374
} else {
375375
ESP_LOGE(BT_AV_TAG, "authentication failed, status:%d",
376376
param->auth_cmpl.stat);

0 commit comments

Comments
 (0)