mirror of
https://github.com/esphome/esphome.git
synced 2025-09-20 12:12:24 +01:00
fix error
This commit is contained in:
@@ -173,9 +173,9 @@ class BLEEvent {
|
||||
esp_gap_ble_cb_event_t gap_event;
|
||||
union {
|
||||
BLEScanResult scan_result; // 73 bytes
|
||||
// This struct matches ESP-IDF's scan complete event structures
|
||||
// This matches ESP-IDF's scan complete event structures
|
||||
// All three (scan_param_cmpl, scan_start_cmpl, scan_stop_cmpl) have identical layout
|
||||
struct ble_scan_complete_evt_param {
|
||||
struct {
|
||||
esp_bt_status_t status;
|
||||
} scan_complete; // 1 byte
|
||||
};
|
||||
|
Reference in New Issue
Block a user