Hi, I did not find any example about broadcaster and observer mode example . Can you give me advice ? Regards .
Hi, I did not find any example about broadcaster and observer mode example . Can you give me advice ? Regards .
Broadcaster that's beacon, observer is part of basically every Central example. What exactly you expect?
Yes I do: read the documentation, study the examples. Yes, there is only one data structure coming to the BLE events' callback function, all the data are there. Just list the right part and parse the data. If your advertiser is GAP compliant then you can steal some parsing functions from the example to traverse through AD objects one by one, find what you want (like complete or incomplete list of 16 or 128-bit UUIDs) and act accordingly.
Yes I do: read the documentation, study the examples. Yes, there is only one data structure coming to the BLE events' callback function, all the data are there. Just list the right part and parse the data. If your advertiser is GAP compliant then you can steal some parsing functions from the example to traverse through AD objects one by one, find what you want (like complete or incomplete list of 16 or 128-bit UUIDs) and act accordingly.