This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

SIMPLELINK-CC13X2-26X2-SDK: HCI_EXT_AdvEventNoticeCmd and HCI_EXT_ConnEventNoticeCmd are not defined

Part Number: SIMPLELINK-CC13X2-26X2-SDK

Hi,

We try to update advertising packets periodically and we wanted to use HCI_EXT_AdvEventNoticeCmd command to achieve it. After we added the command to the code we got

unresolved symbol HCI_EXT_AdvEventNoticeCmd, first referenced in <whole-program>

error. HCI_EXT_AdvEventNoticeCmd exists in included hci.h header file as

extern hciStatus_t HCI_EXT_AdvEventNoticeCmd( uint8 taskID, uint16 taskEvent );

but it goes nowhere when we try to open declaration. We checked icall_ble_api.h header file and there is either no HCI_EXT_AdvEventNoticeCmd or HCI_EXT_ConnEventNoticeCmd defined. We use the latest SimpleLink CC13X2 CC26X2 SDK 3_40_00_02. Is there any other similar commands?

Regards