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

Commit ad010591 authored by Chris Manton's avatar Chris Manton
Browse files

Remove unused stack::btm_api_types::BTM_INVALID_SCO_DISC_REASON

Bug: 191555414
Test: mma .

Change-Id: I2ae5449b902bf006c0340fbd59d1d19c54347a1f
parent 349be0e7
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -152,9 +152,6 @@ constexpr uint8_t TX_POWER_NOT_PRESENT = 0x7F;
/* Define an invalid SCO index and an invalid HCI handle */
#define BTM_INVALID_SCO_INDEX 0xFFFF

/* Define an invalid SCO disconnect reason */
#define BTM_INVALID_SCO_DISC_REASON 0xFFFF

#define BTM_SCO_LINK_ONLY_MASK \
  (ESCO_PKT_TYPES_MASK_HV1 | ESCO_PKT_TYPES_MASK_HV2 | ESCO_PKT_TYPES_MASK_HV3)