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

This commit is contained in:
Muhammad Qureshi
2019-01-28 22:00:05 +00:00
committed by Android (Google) Code Review

View File

@@ -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;