Hi,
how do i read from scan results if the peripheral is connectable?
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.
Found the solution:
const char *AdvTypeStrings[] = {"Connectable undirected","Connectable directed", "Scannable undirected", "Non-connectable undirected", "Scan response"};
I have checked the flag pEvent->deviceInfo.eventType and it returned number 3 for my peripheral which is correct.