mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-31 15:12:06 +00:00 
			
		
		
		
	Merge branch 'integration' into memory_api
This commit is contained in:
		| @@ -289,7 +289,7 @@ class ESP32BLETracker : public Component, | |||||||
|   void cleanup_scan_state_(bool is_stop_complete); |   void cleanup_scan_state_(bool is_stop_complete); | ||||||
|   /// Process a single scan result immediately |   /// Process a single scan result immediately | ||||||
|   /// Returns true if a discovered client needs promotion to READY_TO_CONNECT |   /// Returns true if a discovered client needs promotion to READY_TO_CONNECT | ||||||
|   bool process_scan_result_(const BLEScanResult &scan_result); |   void process_scan_result_(const BLEScanResult &scan_result); | ||||||
| #ifdef USE_ESP32_BLE_DEVICE | #ifdef USE_ESP32_BLE_DEVICE | ||||||
|   /// Check if any clients are in connecting or ready to connect state |   /// Check if any clients are in connecting or ready to connect state | ||||||
|   bool has_connecting_clients_() const; |   bool has_connecting_clients_() const; | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user