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

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

Remove unused stack::btm_api_types::tBTM_SCO_PCM_PARAM

Bug: 191555414
Test: mma .

Change-Id: I96f741a92d0f501e13ee2f22397e9c1f9eb416f6
parent 5dea2791
Loading
Loading
Loading
Loading
+0 −9
Original line number Diff line number Diff line
@@ -137,15 +137,6 @@ constexpr uint8_t PHY_LE_CODED = 0x04;
constexpr uint8_t NO_ADI_PRESENT = 0xFF;
constexpr uint8_t TX_POWER_NOT_PRESENT = 0x7F;

typedef struct {
  uint8_t pcm_intf_rate; /* PCM interface rate: 0: 128kbps, 1: 256 kbps;
                             2:512 bps; 3: 1024kbps; 4: 2048kbps */
  uint8_t frame_type;    /* frame type: 0: short; 1: long */
  uint8_t sync_mode;     /* sync mode: 0: peripheral; 1: central */
  uint8_t clock_mode;    /* clock mode: 0: peripheral; 1: central */

} tBTM_SCO_PCM_PARAM;

/*****************************************************************************
 *  ACL CHANNEL MANAGEMENT
 ****************************************************************************/