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

Commit 7ac8776b authored by Chris Manton's avatar Chris Manton Committed by Automerger Merge Worker
Browse files

Add placeholder tPOWER_MODE_STATE::BTM_PM_ST_UNUSED am: 02a09e04 am: cf9fc8a5

Original change: https://android-review.googlesource.com/c/platform/system/bt/+/1527463

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: Ia6a547266d725e457d4d2fad516d79cbadc78adc
parents 11eb5980 cf9fc8a5
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;