fix(nimble): Add header file to expose macros

This commit is contained in:
Rahul Tank
2026-03-01 18:11:26 +05:30
parent 037bd41ee9
commit 45e6fad7cd
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -24,6 +24,7 @@
#include <os/os_mempool.h>
#include <nimble/ble.h>
#include <nimble/hci_common.h>
#include <nimble/nimble_opt.h>
#include <nimble/transport.h>
#if BLE_TRANSPORT_IPC
#include <nimble/transport/hci_ipc.h>
+1
View File
@@ -26,6 +26,7 @@
#include "os/os_mbuf.h"
#include "os/os_mempool.h"
#include "hal/hal_uart.h"
#include "nimble/nimble_opt.h"
#include "nimble/transport.h"
#include "nimble/transport/hci_h4.h"