aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/bluetooth/hci_mgmt.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/bluetooth/hci_mgmt.h')
-rw-r--r--include/net/bluetooth/hci_mgmt.h13
1 files changed, 10 insertions, 3 deletions
diff --git a/include/net/bluetooth/hci_mgmt.h b/include/net/bluetooth/hci_mgmt.h
index 651bccf..4c2f12a 100644
--- a/include/net/bluetooth/hci_mgmt.h
+++ b/include/net/bluetooth/hci_mgmt.h
@@ -172,9 +172,16 @@ enum {
#define SCO_ESCO_MASK (ESCO_HV1 | ESCO_HV2 | ESCO_HV3)
#define EDR_ESCO_MASK (ESCO_2EV3 | ESCO_3EV3 | ESCO_2EV5 | ESCO_3EV5)
-#define ALL_ESCO_MASK (SCO_ESCO_MASK | ESCO_EV3 | ESCO_EV4 | ESCO_EV5 | \
- EDR_ESCO_MASK)
-
+/* SS_BLUETOOTH(is80.hwang) 2012.03.02 */
+/* change applied EDR ESCO packet */
+#ifdef CONFIG_BT_CSR8811
+#define ALL_ESCO_MASK (SCO_ESCO_MASK | ESCO_EV3 | ESCO_EV4 | ESCO_EV5 | \
+ESCO_2EV3 /*EDR_ESCO_MASK*/)
+#else
+#define ALL_ESCO_MASK (SCO_ESCO_MASK | ESCO_EV3 | ESCO_EV4 | ESCO_EV5 | \
+EDR_ESCO_MASK)
+#endif
+/* SS_BLUEZ_BT(is80.hwang) End */
/* wbs */
/* Air Coding Format */
#define ACF_TRANS 0x0003;