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

Commit a0e9f056 authored by William Escande's avatar William Escande
Browse files

Delete unused define: BTA_AG_CIND_INFO

Only usage is in bta_ag_cfg.cc and its define was overrided

Bug: 311825664
Test: m Bluetooth
Change-Id: I85ac56a6392c066c0f40a24cd2763677bfb45129
parent 9aa8b9c3
Loading
Loading
Loading
Loading
+3 −5
Original line number Diff line number Diff line
@@ -30,12 +30,10 @@
#include "osi/include/allocator.h"
#include "osi/include/compat.h"

#ifndef BTA_AG_CIND_INFO
/* Set the CIND to match HFP 1.5 */
#define BTA_AG_CIND_INFO                                                       \
  "(\"call\",(0,1)),(\"callsetup\",(0-3)),(\"service\",(0-3)),(\"signal\",(0-" \
  "6)),(\"roam\",(0,1)),(\"battchg\",(0-5)),(\"callheld\",(0-2)),(\"bearer\"," \
  "(0-7))"
#endif
  "(\"call\",(0,1)),(\"callsetup\",(0-3)),(\"service\",(0-1)),(\"signal\",(0-" \
  "5)),(\"roam\",(0,1)),(\"battchg\",(0-5)),(\"callheld\",(0-2))"

#ifndef BTA_AG_CHLD_VAL_ECC
#define BTA_AG_CHLD_VAL_ECC "(0,1,1x,2,2x,3,4)"
+0 −7
Original line number Diff line number Diff line
@@ -968,13 +968,6 @@
#define BTA_AG_CHLD_VAL "(0,1,2,3)"
#endif

/* Set the CIND to match HFP 1.5 */
#ifndef BTA_AG_CIND_INFO
#define BTA_AG_CIND_INFO                                                       \
  "(\"call\",(0,1)),(\"callsetup\",(0-3)),(\"service\",(0-1)),(\"signal\",(0-" \
  "5)),(\"roam\",(0,1)),(\"battchg\",(0-5)),(\"callheld\",(0-2))"
#endif

/******************************************************************************
 *
 * Tracing:  Include trace header file here.