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

Commit 065d4e74 authored by Chris Manton's avatar Chris Manton
Browse files

Add uninitialized value stack/include/btm_api_types::tBTM_PM_MODE

Bug: 175344733
Test: cert
Tag: #refactor

Change-Id: I28b1b17446078227a00ed21abb099179b3e3cf8a
parent 39669fc0
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) {