Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 02d30d19 authored by Muhammad Qureshi's avatar Muhammad Qureshi Committed by Android (Google) Code Review
Browse files

Merge "Fix typo in hci/enums.proto: OCCURED -> OCCURRED"

parents ffa0d6c9 a664734a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -351,7 +351,7 @@ enum EventEnum {
    EVT_COMMAND_COMPLETE = 0x0E;
    EVT_COMMAND_STATUS = 0x0F;
    EVT_HARDWARE_ERROR = 0x10;
    EVT_FLUSH_OCCURED = 0x11;
    EVT_FLUSH_OCCURRED = 0x11;
    EVT_ROLE_CHANGE = 0x12;
    EVT_NUM_COMPL_DATA_PKTS = 0x13;
    EVT_MODE_CHANGE = 0x14;