extmod/btstack: Switch to use hci_dump_init instead of hci_dump_open.

The latter is no longer available in the version of BTstack now in use by
this repository.

Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
Damien George
2023-04-22 00:39:31 +10:00
parent ec1eeccab4
commit 9e6885ad82
4 changed files with 6 additions and 2 deletions

View File

@@ -7,6 +7,7 @@
#define ENABLE_LE_CENTRAL
// #define ENABLE_CLASSIC
#define ENABLE_L2CAP_LE_CREDIT_BASED_FLOW_CONTROL_MODE
#define ENABLE_PRINTF_HEXDUMP
// #define ENABLE_LOG_INFO
// #define ENABLE_LOG_DEBUG
#define ENABLE_LOG_ERROR