mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-25 16:43:28 +00:00
ports: enable SCO-over-HCI for CC256x ports
This commit is contained in:
parent
dd5e598191
commit
85414bcc73
@ -16,6 +16,7 @@
|
|||||||
// #define ENABLE_LOG_ERROR
|
// #define ENABLE_LOG_ERROR
|
||||||
// #define ENABLE_LOG_INFO
|
// #define ENABLE_LOG_INFO
|
||||||
// #define ENABLE_EHCILL
|
// #define ENABLE_EHCILL
|
||||||
|
#define ENABLE_SCO_OVER_HCI
|
||||||
|
|
||||||
// BTstack configuration. buffers, sizes, ...
|
// BTstack configuration. buffers, sizes, ...
|
||||||
#define HCI_ACL_PAYLOAD_SIZE 52
|
#define HCI_ACL_PAYLOAD_SIZE 52
|
||||||
|
@ -20,6 +20,7 @@
|
|||||||
//#define ENABLE_LOG_DEBUG
|
//#define ENABLE_LOG_DEBUG
|
||||||
#define ENABLE_LE_SECURE_CONNECTIONS
|
#define ENABLE_LE_SECURE_CONNECTIONS
|
||||||
#define ENABLE_MICRO_ECC_FOR_LE_SECURE_CONNECTIONS
|
#define ENABLE_MICRO_ECC_FOR_LE_SECURE_CONNECTIONS
|
||||||
|
#define ENABLE_SCO_OVER_HCI
|
||||||
|
|
||||||
// BTstack configuration. buffers, sizes, ...
|
// BTstack configuration. buffers, sizes, ...
|
||||||
#define HCI_ACL_PAYLOAD_SIZE 1021
|
#define HCI_ACL_PAYLOAD_SIZE 1021
|
||||||
|
@ -16,6 +16,7 @@
|
|||||||
// #define ENABLE_LOG_ERROR
|
// #define ENABLE_LOG_ERROR
|
||||||
// #define ENABLE_LOG_INFO
|
// #define ENABLE_LOG_INFO
|
||||||
// #define ENABLE_EHCILL
|
// #define ENABLE_EHCILL
|
||||||
|
#define ENABLE_SCO_OVER_HCI
|
||||||
|
|
||||||
// BTstack configuration. buffers, sizes, ...
|
// BTstack configuration. buffers, sizes, ...
|
||||||
#define HCI_ACL_PAYLOAD_SIZE 52
|
#define HCI_ACL_PAYLOAD_SIZE 52
|
||||||
|
@ -16,6 +16,7 @@
|
|||||||
// #define ENABLE_LOG_ERROR
|
// #define ENABLE_LOG_ERROR
|
||||||
// #define ENABLE_LOG_INFO
|
// #define ENABLE_LOG_INFO
|
||||||
// #define ENABLE_EHCILL
|
// #define ENABLE_EHCILL
|
||||||
|
#define ENABLE_SCO_OVER_HCI
|
||||||
|
|
||||||
// BTstack configuration. buffers, sizes, ...
|
// BTstack configuration. buffers, sizes, ...
|
||||||
#define HCI_ACL_PAYLOAD_SIZE 52
|
#define HCI_ACL_PAYLOAD_SIZE 52
|
||||||
|
@ -16,6 +16,7 @@
|
|||||||
// #define ENABLE_LOG_INFO
|
// #define ENABLE_LOG_INFO
|
||||||
// #define ENABLE_LOG_ERROR
|
// #define ENABLE_LOG_ERROR
|
||||||
// #define ENABLE_EHCILL
|
// #define ENABLE_EHCILL
|
||||||
|
#define ENABLE_SCO_OVER_HCI
|
||||||
|
|
||||||
// BTstack configuration. buffers, sizes, ...
|
// BTstack configuration. buffers, sizes, ...
|
||||||
#define HCI_ACL_PAYLOAD_SIZE 52
|
#define HCI_ACL_PAYLOAD_SIZE 52
|
||||||
@ -36,4 +37,4 @@
|
|||||||
#define MAX_NR_SERVICE_RECORD_ITEMS 1
|
#define MAX_NR_SERVICE_RECORD_ITEMS 1
|
||||||
#define MAX_NR_LE_DEVICE_DB_ENTRIES 1
|
#define MAX_NR_LE_DEVICE_DB_ENTRIES 1
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
@ -17,6 +17,7 @@
|
|||||||
#define ENABLE_LE_DATA_CHANNELS
|
#define ENABLE_LE_DATA_CHANNELS
|
||||||
// #define ENABLE_LOG_INFO
|
// #define ENABLE_LOG_INFO
|
||||||
#define ENABLE_LOG_ERROR
|
#define ENABLE_LOG_ERROR
|
||||||
|
#define ENABLE_SCO_OVER_HCI
|
||||||
#define ENABLE_CC256X_BAUDRATE_CHANGE_FLOWCONTROL_BUG_WORKAROUND
|
#define ENABLE_CC256X_BAUDRATE_CHANGE_FLOWCONTROL_BUG_WORKAROUND
|
||||||
// #define ENABLE_EHCILL
|
// #define ENABLE_EHCILL
|
||||||
// #define ENABLE_SEGGER_RTT
|
// #define ENABLE_SEGGER_RTT
|
||||||
|
Loading…
x
Reference in New Issue
Block a user