Splitting BLE and BT Classic dependencies (#332)
Co-authored-by: Peter Harper <peter.harper@raspberrypi.com>
This commit is contained in:
committed by
GitHub
parent
3f6e1a4caf
commit
26368b1c36
@@ -2,9 +2,11 @@
|
||||
#define _PICO_BTSTACK_BTSTACK_CONFIG_H
|
||||
|
||||
// BTstack features that can be enabled
|
||||
#ifdef ENABLE_BLE
|
||||
#define ENABLE_LE_PERIPHERAL
|
||||
#define ENABLE_LE_CENTRAL
|
||||
#define ENABLE_L2CAP_LE_CREDIT_BASED_FLOW_CONTROL_MODE
|
||||
#endif
|
||||
#define ENABLE_LOG_INFO
|
||||
#define ENABLE_LOG_ERROR
|
||||
#define ENABLE_PRINTF_HEXDUMP
|
||||
@@ -67,11 +69,11 @@
|
||||
|
||||
#define HAVE_BTSTACK_STDIN
|
||||
|
||||
// To get the audio demos working even with HCI dump at 115200, this truncates long ACL packetws
|
||||
// To get the audio demos working even with HCI dump at 115200, this truncates long ACL packets
|
||||
//#define HCI_DUMP_STDOUT_MAX_SIZE_ACL 100
|
||||
|
||||
#ifdef ENABLE_CLASSIC
|
||||
#define ENABLE_L2CAP_ENHANCED_RETRANSMISSION_MODE
|
||||
#endif
|
||||
|
||||
#endif // MICROPY_INCLUDED_EXTMOD_BTSTACK_BTSTACK_CONFIG_H
|
||||
#endif // _PICO_BTSTACK_BTSTACK_CONFIG_H
|
||||
|
||||
Reference in New Issue
Block a user