8 years, 7 months ago.

BLE Observer get UUID

Hey,

So I was working with this, and I wanted to use this to scan for iBeacons. And say ibeacon"xyz" has some UUID, a profile ID and some whatever characteristics it's advertising, can I find that using this example. Or how would I go about doing that, basically extract the details from some GAP advertisement?

thanks.

Question relating to:

a simple observer of advertisements. BLE, bluetooth

Think I figured it out. The real "data" lies within the for loop stuff when parsing through the data .. for some reason that for loop doesn't execute. So after manually taking it out of the #if..whatever. It works. Scans Ibeacons, and gives UUID, Major, Minor and Transmit Power. Works nicely.

posted by Raviteja Lingineni 16 Sep 2015
Be the first to answer this question.