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

Commit e0c2449d authored by Hai Shalom's avatar Hai Shalom Committed by Android (Google) Code Review
Browse files

Merge "[DPP] Add "Not supported" failure code for DPP."

parents 758ebb9a 37715240
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -60,4 +60,5 @@ enum DppFailureCode : uint32_t {
    BUSY,
    TIMEOUT,
    FAILURE,
    NOT_SUPPORTED,
};