Hi everyone!
i was running the BLE stack sample.
but there is word "VOID" using in the init function。 could you please tell me what is the meaning of this word
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.
Hi,
It tells the reader of the code that the function, Gap_SetParamValue() in our case, returns something but is ignored. This is not must, but a good code writing practice.
Hope this helps!
Thanks,
Dhaval
Note: You may like to click on 'Verify Answer', if this has answered your question.