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

Commit 25971c37 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge changes I46009b5e,I3c9bc233

* changes:
  Add OWNERS_chromeos
  SCO: Clean up unused code
parents 0916ed72 2de01da2
Loading
Loading
Loading
Loading

OWNERS_chromeos

0 → 100644
+3 −0
Original line number Diff line number Diff line
# Project owners
abhishekpandit@google.com
sonnysasaka@google.com
+0 −5
Original line number Diff line number Diff line
@@ -23,11 +23,6 @@
/*******************
 * SCO Codec Types
 *******************/
typedef enum {
  SCO_CODEC_NONE = 0x0000,
  SCO_CODEC_CVSD = 0x0001,
  SCO_CODEC_MSBC = 0x0002,
} sco_codec_t;

typedef enum {
  SCO_CODEC_CVSD_D1 = 0,
+1 −1
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@

#include "check.h"

static const enh_esco_params_t default_esco_parameters[ESCO_NUM_CODECS] = {
constexpr enh_esco_params_t default_esco_parameters[ESCO_NUM_CODECS] = {
    // CVSD D1
    {
        .transmit_bandwidth = TXRX_64KBITS_RATE,
+1 −0
Original line number Diff line number Diff line
include platform/packages/modules/Bluetooth/system:/OWNERS_chromeos
+1 −0
Original line number Diff line number Diff line
include platform/packages/modules/Bluetooth/system:/OWNERS_chromeos
Loading