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

Commit cf9fc8a5 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

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

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: Ic33bdc577373f6862c9f1ce61d2d5f127238ea05
parents 7fc25cd4 02a09e04
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;