feat(nimble): Nimble Host only mode over uart

This commit is contained in:
Roshan Bangar
2023-12-27 11:13:57 +05:30
committed by Roshan Bangar
parent 97cda1a732
commit 51efb20516
28 changed files with 1475 additions and 10 deletions

View File

@@ -15,7 +15,9 @@
#include "esp_nimble_hci.h"
#include "esp_nimble_mem.h"
#include "bt_osi_mem.h"
#if CONFIG_BT_CONTROLLER_ENABLED
#include "esp_bt.h"
#endif
#include "freertos/semphr.h"
#include "esp_compiler.h"
#include "soc/soc_caps.h"