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

Commit a1717668 authored by Myles Watson's avatar Myles Watson Committed by Automerger Merge Worker
Browse files

Merge "bt_target.h: Remove BTA_AG_SCO_PKT_TYPES" into main am: 685666e5 am: 4dfd1f2e

parents bd0d97a9 4dfd1f2e
Loading
Loading
Loading
Loading
+0 −2
Original line number Original line Diff line number Diff line
@@ -41,13 +41,11 @@
#define BTA_AG_CONN_TIMEOUT 5000
#define BTA_AG_CONN_TIMEOUT 5000
#endif
#endif


#ifndef BTA_AG_SCO_PKT_TYPES
/* S1 packet type setting from HFP 1.5 spec */
/* S1 packet type setting from HFP 1.5 spec */
#define BTA_AG_SCO_PKT_TYPES /* BTM_SCO_LINK_ALL_PKT_MASK */     \
#define BTA_AG_SCO_PKT_TYPES /* BTM_SCO_LINK_ALL_PKT_MASK */     \
  (BTM_SCO_LINK_ONLY_MASK | ESCO_PKT_TYPES_MASK_EV3 |            \
  (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_EV3 | ESCO_PKT_TYPES_MASK_NO_2_EV5 | \
   ESCO_PKT_TYPES_MASK_NO_3_EV5)
   ESCO_PKT_TYPES_MASK_NO_3_EV5)
#endif


#ifndef BTA_AG_BIND_INFO
#ifndef BTA_AG_BIND_INFO
#define BTA_AG_BIND_INFO "(1)"
#define BTA_AG_BIND_INFO "(1)"
+0 −7
Original line number Original line Diff line number Diff line
@@ -68,13 +68,6 @@
#define BTA_AG_AT_MAX_LEN 512
#define BTA_AG_AT_MAX_LEN 512
#endif
#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
#ifndef BTA_AV_RET_TOUT
#define BTA_AV_RET_TOUT 15
#define BTA_AV_RET_TOUT 15
#endif
#endif