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 .
Hi , if it true . How can get data and UUID of advertising for send to uart ? what function can help ? I find is_uuid_present() . Do you have any suggestions?
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.
Hi endnode,I read function is_uuid_present() and clones at http://codepad.org/kNHfO29A . Can you check it for me ? Thank !