mirror of
https://github.com/esphome/esphome.git
synced 2025-09-07 05:42:20 +01:00
Suppress logging unhandled ESP_BLE_AD_TYPE_INT_RANGE (#4096)
This commit is contained in:
@@ -777,6 +777,9 @@ void ESPBTDevice::parse_adv_(const esp_ble_gap_cb_param_t::ble_scan_result_evt_p
|
||||
this->service_datas_.push_back(data);
|
||||
break;
|
||||
}
|
||||
case ESP_BLE_AD_TYPE_INT_RANGE:
|
||||
// Avoid logging this as it's very verbose
|
||||
break;
|
||||
default: {
|
||||
ESP_LOGV(TAG, "Unhandled type: advType: 0x%02x", record_type);
|
||||
break;
|
||||
|
Reference in New Issue
Block a user