fix(nimble): use pre-allocated buffer for HCI logging

This commit is contained in:
zhanghaipeng
2025-12-26 20:31:38 +08:00
parent 112925dfe7
commit 24ce0703da
2 changed files with 27 additions and 18 deletions
+1 -1
View File
@@ -285,7 +285,7 @@ nimble_port_init(void)
#if MYNEWT_VAL(BT_HCI_LOG_INCLUDED)
bt_hci_log_init();
#endif // (BT_HCI_LOG_INCLUDED == TRUE)
#endif // MYNEWT_VAL(BT_HCI_LOG_INCLUDED)
return ESP_OK;
}