mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-30 22:53:59 +00:00 
			
		
		
		
	[esp32_ble_client] Add missing ESP_GATTC_UNREG_FOR_NOTIFY_EVT logging (#10347)
This commit is contained in:
		| @@ -495,6 +495,11 @@ bool BLEClientBase::gattc_event_handler(esp_gattc_cb_event_t event, esp_gatt_if_ | |||||||
|       break; |       break; | ||||||
|     } |     } | ||||||
|  |  | ||||||
|  |     case ESP_GATTC_UNREG_FOR_NOTIFY_EVT: { | ||||||
|  |       this->log_gattc_event_("UNREG_FOR_NOTIFY"); | ||||||
|  |       break; | ||||||
|  |     } | ||||||
|  |  | ||||||
|     default: |     default: | ||||||
|       // ideally would check all other events for matching conn_id |       // ideally would check all other events for matching conn_id | ||||||
|       ESP_LOGD(TAG, "[%d] [%s] Event %d", this->connection_index_, this->address_str_.c_str(), event); |       ESP_LOGD(TAG, "[%d] [%s] Event %d", this->connection_index_, this->address_str_.c_str(), event); | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user