mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-30 19:19:21 +00:00
component/bt: remove some error logs which are not error
This commit is contained in:
@@ -760,7 +760,7 @@ static void esp_gap_cb(esp_gap_ble_cb_event_t event, esp_ble_gap_cb_param_t *par
|
||||
case ESP_GAP_BLE_SCAN_START_COMPLETE_EVT:
|
||||
//scan start complete event to indicate scan start successfully or failed
|
||||
if (param->scan_start_cmpl.status == ESP_BT_STATUS_SUCCESS) {
|
||||
ESP_LOGE(GATTC_TAG, "Scan start success");
|
||||
ESP_LOGI(GATTC_TAG, "Scan start success");
|
||||
}else{
|
||||
ESP_LOGE(GATTC_TAG, "Scan start failed");
|
||||
}
|
||||
|
Reference in New Issue
Block a user