Part Number: CC2652P
Other Parts Discussed in Thread: CC1352P
sdk: simplelink_cc13xx_cc26xx_sdk_5_40_00_40
example: host_test
Hello everybody,
I want to synchronize my external host-microcontroller application with the connection interval of the target-microcontroller cc2652p bluetooth communication. The best would be, that I can activate and deactivate this on different timepoints.
I know there is a HCI command (GAP_RegisterConnEvent) to receive the notification when a connection interval ends. But I don't want it to be send over the UART communication. I want that host-test program sets a GPIO pin when the connection interval has ended.
The function HCI_EXT_ConnEventNoticeCmd() from TI-BLE5-STACK API looks to be exactly what I need. But I have trouble to make this work in host test. Where should I configure the protocol stack to activate this. I tried to do this in the host_test_app.c file but get an compile error:
Description Resource Path Location Type
unresolved symbol HCI_EXT_ConnEventNoticeCmd, first referenced in <whole-program> host_test_CC1352P_2_LAUNCHXL_tirtos_ccs C/C++ Problem
What would be the best approach?
kind regards,
Samuel