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

Commit 8103b09e authored by William Escande's avatar William Escande
Browse files

Delete unused define: BTA_AG_CHLD_VAL

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

Bug: 311825664
Test: m Bluetooth
Change-Id: I78c2abe988a0d12c171ad8268f2b23f27d41b17c
parent a0e9f056
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -39,9 +39,7 @@
#define BTA_AG_CHLD_VAL_ECC "(0,1,1x,2,2x,3,4)"
#endif

#ifndef BTA_AG_CHLD_VAL
#define BTA_AG_CHLD_VAL "(0,1,2,3,4)"
#endif
#define BTA_AG_CHLD_VAL "(0,1,2,3)"

#ifndef BTA_AG_CONN_TIMEOUT
#define BTA_AG_CONN_TIMEOUT 5000
+0 −4
Original line number Diff line number Diff line
@@ -964,10 +964,6 @@
#define BTA_AG_CHLD_VAL_ECC "(0,1,1x,2,2x,3)"
#endif

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

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