Hi Sir or madam,
We are trying to run the HCI demo project from NXP SDK (k32w148evk_hci_bb_bm), which is providing the HCI capability to serial port.
Now we are able to connect to the serial port and get HCI traffic running but we're encountering some issues from the HCI controller side.
The problem comes from the BLE module from NXP SDK, we only have access to headers and not the source files. Therefore, I am not able to diving into it myself.
The Bluetooth host software we used is btstack from Bluekitchen, which has worked well with other controller modules. It talks to Bluetooth controllers with HCI commands by serial port.
The issue is as below:
To make it clearer, I attach the screenshot of the logs here:

From where you can see it stuck at "Set Event Mask" (The third line from bottom). Then after a while, I killed the application (Last line).
There are also other issues from the log, like the Local Address is not correct, returned buffer size is malformed, supported features are very limited, etc.
I attach the original HCI dump log here (can be opened by Wireshark).
To me, it seems that the SDK is not supporting the whole Bluetooth function, (I tried to open defined some macros from the project, but got no fruits), or there must be something missing to run the Bluetooth function for the controller.
Thanks and regards
Winston