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

Commit 02a09e04 authored by Chris Manton's avatar Chris Manton
Browse files

Add placeholder tPOWER_MODE_STATE::BTM_PM_ST_UNUSED

Towards readable code

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

Change-Id: I0d4770d61336826c9f170f92f7d6a33e7dc6fdc3
parent cec3fea9
Loading
Loading
Loading
Loading
+6 −5
Original line number Diff line number Diff line
@@ -82,7 +82,8 @@ typedef enum : uint8_t {
  BTM_PM_ST_HOLD = HCI_MODE_HOLD,          // 0x01
  BTM_PM_ST_SNIFF = HCI_MODE_SNIFF,        // 0x02
  BTM_PM_ST_PARK = HCI_MODE_PARK,          // 0x03
  BTM_PM_ST_PENDING = BTM_PM_STS_PENDING,
  BTM_PM_ST_UNUSED,                        // 0x04
  BTM_PM_ST_PENDING = BTM_PM_STS_PENDING,  // 0x05
  BTM_PM_ST_INVALID = 0xFF
} tPOWER_MODE_STATE;