Part Number: CC2340R2
Other Parts Discussed in Thread: SYSCONFIG
Tool/software:
Customer is sending HCI commands to the stack and the first command they send is the HCI reset command. There are 2 files in the SDK that call the function HCI_ResetCmd(). One is in icall_api.c and the other is hci.c. Which one should they use? They currently have icall_api_lite.c included in the project, therefore they are calling HCI_resetCmd() in hci.c. Should they include icall_api.c instead of icall_api_lite.c?
Thank you!