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

Commit 52cbfade authored by William Escande's avatar William Escande
Browse files

Delete unused define: BTA_AG_CHLD_VAL_ECC

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

Bug: 311825664
Test: m Bluetooth
Change-Id: I251423f31fa6e12437ffad85f4d190496f05ca3a
parent 8103b09e
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -35,9 +35,7 @@
  "(\"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)"
#endif
#define BTA_AG_CHLD_VAL_ECC "(0,1,1x,2,2x,3)"

#define BTA_AG_CHLD_VAL "(0,1,2,3)"

+0 −5
Original line number Diff line number Diff line
@@ -959,11 +959,6 @@
#define BTA_EIR_SERVER_NUM_CUSTOM_UUID 8
#endif

/* CHLD override */
#ifndef BTA_AG_CHLD_VAL_ECC
#define BTA_AG_CHLD_VAL_ECC "(0,1,1x,2,2x,3)"
#endif

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