Closed johnnyman727 closed 9 years ago
I have also encountered this issue with exactly the same manufacturingData profile. I also noted that if I changed the localName of the advertisement, it will change only when the app is in the background
This for the AltBeacon of radius.
This for the AltBeacon of radius.
@marpal can you explain a bit further what you mean?
@johnnyman727 you are talking http://altbeacon.org/ from Radius Networks. They have the same name than us (we were before) but is different stuff
Ah gotcha. Sorry for the confusion.
Hi,
I've been using the Node.js Noble library and the Tessel BLE module to inspect the advertising packets of the Altbeacon app when it is in the foreground and the background. I've noticed that the
manufacturingData
isundefined
when the app is in the foreground but it's<Buffer 4c 00 01 00 00 00 00 00 00 00 00 00 00 00 00 02 00 00 00>
when the app is in the background. Why is this?