Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
......@@ -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)"
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment