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.

CC1352P: Start periodic synchronization (for CTE) over CODED PHY

Part Number: CC1352P

Hello there,

Is it possible to begin the CTE synchronization over a CODED PHY?

I have tried to set the advertising parameters for connectionless CTE as shown in the code example. But the periodic synchronization does not seem to begin.

I am using sdk 5.20.00.52

#define GAPADV_PARAMS_AE_NC_NS_CONN {                                      \
  .eventProps = 0,                                                         \
  .primIntMin = 160,                                                       \
  .primIntMax = 160,                                                       \
  .primChanMap = GAP_ADV_CHAN_ALL,                                         \
  .peerAddrType = PEER_ADDRTYPE_PUBLIC_OR_PUBLIC_ID,                       \
  .peerAddr = { 0xaa, 0xaa, 0xaa, 0xaa, 0xaa, 0xaa },                      \
  .filterPolicy = GAP_ADV_WL_POLICY_ANY_REQ,                               \
  .txPower = ADVERTISEMENT_DEFAULT_POWER_DBM,                              \
  .primPhy = GAP_ADV_PRIM_PHY_CODED_S8,                                      \
  .secPhy = GAP_ADV_SEC_PHY_1_MBPS,                                        \
  .sid = 1                                                                 \
}