mirror of
https://github.com/micropython/micropython.git
synced 2026-01-06 20:20:14 +01:00
extmod/btstack: Update BTstack bindings to work with latest BTstack.
The following multi-tests pass (eg with PYBD_SF6+LEGO_HUB_NO6):
ble_gap_advertise.py
ble_gap_connect.py
ble_gap_device_name.py
ble_gattc_discover_services.py
ble_gatt_data_transfer.py
perf_gatt_char_write.py
perf_gatt_notify.py
stress_log_filesystem.py
These are the same tests that passed prior to this BTstack update.
Also tested on the unix port using H4 transport.
Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
#ifndef MICROPY_INCLUDED_EXTMOD_BTSTACK_HCI_UART_H
|
||||
#define MICROPY_INCLUDED_EXTMOD_BTSTACK_HCI_UART_H
|
||||
|
||||
#include "lib/btstack/src/btstack.h"
|
||||
#include "lib/btstack/src/btstack_uart_block.h"
|
||||
|
||||
// --- Used by the port to create the HCI transport ---------------------------
|
||||
extern const btstack_uart_block_t mp_bluetooth_btstack_hci_uart_block;
|
||||
|
||||
Reference in New Issue
Block a user