Hello
We are implementing Advertising using CC2642 and SIMPLE LINK-CC13X2-26X2-SDK_5.20.00.52.
Regarding the return value bleIncorrectMode when executing GapAdv_create(), what does "update / prepare is in process" mean?
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.
Hello
We are implementing Advertising using CC2642 and SIMPLE LINK-CC13X2-26X2-SDK_5.20.00.52.
Regarding the return value bleIncorrectMode when executing GapAdv_create(), what does "update / prepare is in process" mean?
Hi,
In the documentation of this function, the terms "update / prepare is in process" means other operations are on going on the advertising set. These operations may have been triggered by GapAdv_loadByBuffer(), GapAdv_prepareLoadByBuffer(), GapAdv_prepareLoadByHandle(), etc.
Regards,