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

Commit 477816b9 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge changes I46009b5e,I3c9bc233 am: 25971c37

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

Change-Id: I7555d837993de0e20468f6e76f3bb90ebd6410c4
parents 3d9abf3b 25971c37
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