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

Commit 36b00047 authored by Chris Manton's avatar Chris Manton
Browse files

Enum-ify stack/avdt/avdt_int::AVDT_CCB_

Towards readable code

Bug: 163134718
Tag: #refactor
Test: gd/cert/run --host

Change-Id: I671c666b03bc7baed46901421ecbaf7c74ff9942
parent 8a5e73f3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -98,7 +98,7 @@ enum {
};

/* state machine action enumeration list */
enum {
enum : uint8_t {
  AVDT_CCB_CHAN_OPEN,
  AVDT_CCB_CHAN_CLOSE,
  AVDT_CCB_CHK_CLOSE,