BLE Event Handler Dispatch Devirtualized
Virtual handler interfaces (GAPEventHandler, GAPScanEventHandler, GATTcEventHandler, GATTsEventHandler, BLEStatusEventHandler) have been replaced with callback-based dispatch. External components that inherit from these interfaces must update their registration approach.
This is a developer breaking change for external components in ESPHome 2026.4.0 and later.