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

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

Add uninitialized value stack/include/btm_api_types::tBTM_PM_MODE am: 065d4e74 am: c621d10c

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

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: Id7fa6791874ef61f4e83dac424408252d3f73e5b
parents 361dcfe6 c621d10c
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1000,7 +1000,8 @@ enum : uint8_t {
  BTM_PM_MD_HOLD = HCI_MODE_HOLD,      // 0x01
  BTM_PM_MD_SNIFF = HCI_MODE_SNIFF,    // 0x02
  BTM_PM_MD_PARK = HCI_MODE_PARK,      // 0x03
  BTM_PM_MD_FORCE = 0x10 /* OR this to force ACL link to a certain mode */
  BTM_PM_MD_FORCE = 0x10, /* OR this to force ACL link to a certain mode */
  BTM_PM_MD_UNKNOWN = 0xEF,
};
typedef uint8_t tBTM_PM_MODE;
inline bool is_legal_power_mode(tBTM_PM_MODE mode) {