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.

CC2642R: CC2642 does not send scan response data

Part Number: CC2642R
Other Parts Discussed in Thread: SYSCONFIG

HI,

Can the CC2642 be used as a peripheral without sending scan response data? I'm not using scan response data, so I don't want it to send empty scan response data, which would increase power consumption.

I went to configure it in this way and found that the broadcast could not be turned on

GapAdv_disable(advHandle);
uint16_t props = GAP_ADV_PROP_CONNECTABLE;
bStatus_t status3 = GapAdv_setParam(advHandle, GAP_ADV_PARAM_PROPS, &props);
GapAdv_enable(advHandle, GAP_ADV_ENABLE_OPTIONS_USE_MAX , 0);