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

Commit 7b891ce8 authored by Myles Watson's avatar Myles Watson
Browse files

bt_target.h: Remove BTA_AG_SCO_PKT_TYPES

Bug: 327390105
Test: mma -j32
Flag: EXEMPT, build-only change
Change-Id: I2457463dda71986cf3706bfbccce417c72e8df56
parent 7fd46f24
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -41,13 +41,11 @@
#define BTA_AG_CONN_TIMEOUT 5000
#endif

#ifndef BTA_AG_SCO_PKT_TYPES
/* S1 packet type setting from HFP 1.5 spec */
#define BTA_AG_SCO_PKT_TYPES /* BTM_SCO_LINK_ALL_PKT_MASK */     \
  (BTM_SCO_LINK_ONLY_MASK | ESCO_PKT_TYPES_MASK_EV3 |            \
   ESCO_PKT_TYPES_MASK_NO_3_EV3 | ESCO_PKT_TYPES_MASK_NO_2_EV5 | \
   ESCO_PKT_TYPES_MASK_NO_3_EV5)
#endif

#ifndef BTA_AG_BIND_INFO
#define BTA_AG_BIND_INFO "(1)"
+0 −7
Original line number Diff line number Diff line
@@ -68,13 +68,6 @@
#define BTA_AG_AT_MAX_LEN 512
#endif

#ifndef BTA_AG_SCO_PKT_TYPES
#define BTA_AG_SCO_PKT_TYPES                                     \
  (BTM_SCO_LINK_ONLY_MASK | ESCO_PKT_TYPES_MASK_EV3 |            \
   ESCO_PKT_TYPES_MASK_NO_3_EV3 | ESCO_PKT_TYPES_MASK_NO_2_EV5 | \
   ESCO_PKT_TYPES_MASK_NO_3_EV5)
#endif

#ifndef BTA_AV_RET_TOUT
#define BTA_AV_RET_TOUT 15
#endif