From 26a5de6f3c640d1f517163fdd9daa3080bc3ca00 Mon Sep 17 00:00:00 2001 From: Matthias Ringwald Date: Fri, 22 Jan 2016 22:34:47 +0100 Subject: [PATCH] csr: add another pskey that could help for SCO over HCI --- chipset/csr/btstack_chipset_csr.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/chipset/csr/btstack_chipset_csr.c b/chipset/csr/btstack_chipset_csr.c index 1eb42aa00..b2c4ad4bb 100644 --- a/chipset/csr/btstack_chipset_csr.c +++ b/chipset/csr/btstack_chipset_csr.c @@ -65,7 +65,8 @@ static const uint8_t init_script[] = { #ifdef HAVE_SCO_OVER_HCI // Set HOSTIO_MAP_SCO_PCM to 0 0x01, 0x00, 0xFC, 0x13, 0xc2, 0x02, 0x00, 0x09, 0x00, 0x01, 0x00, 0x03, 0x70, 0x00, 0x00, 0xab, 0x01, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, - + // Set HOSTIO_MAP_SCO_CODEC to 0 + 0x01, 0x00, 0xFC, 0x13, 0xc2, 0x00, 0x00, 0x09, 0x00, 0x03, 0x00, 0x03, 0x70, 0x00, 0x00, 0xb0, 0x01, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, // Set ENABLE_SCO_STREAMS to 0 0x01, 0x00, 0xFC, 0x13, 0xc2, 0x02, 0x00, 0x09, 0x00, 0x01, 0x00, 0x03, 0x70, 0x00, 0x00, 0xc9, 0x22, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, #endif