From 5a545d68857d2d29bbea325c068878a605aedc19 Mon Sep 17 00:00:00 2001 From: zwl Date: Tue, 9 Jul 2024 20:42:11 +0800 Subject: [PATCH] fix(ble): fixed nimble host only build error --- .../bluetooth/nimble/bleprph_host_only/main/uart_driver.c | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/examples/bluetooth/nimble/bleprph_host_only/main/uart_driver.c b/examples/bluetooth/nimble/bleprph_host_only/main/uart_driver.c index 07e82387f5..cd3916724a 100644 --- a/examples/bluetooth/nimble/bleprph_host_only/main/uart_driver.c +++ b/examples/bluetooth/nimble/bleprph_host_only/main/uart_driver.c @@ -170,6 +170,13 @@ void hci_uart_send(uint8_t *buf, uint16_t len) } } + +void +ble_transport_ll_init(void) +{ + +} + int ble_transport_to_ll_acl_impl(struct os_mbuf *om) {