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

Commit fbed7882 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 am: 7ac8776b

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

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I1e6dc6b010d2eeeb1d3acdc990e10e0158c8c5cf
parents 0a58f9ab 7ac8776b
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;