dfclark
dfclark
The peripheral device is running proprietary firmware that posts BLE advertisements, including Mfg Data. The app, running on Linux and BlueZ and TinyB, implements a Central that looks for the...
I could supply a device that does this, if that would help.
Petre, just let me know if you would like me to send one, and where I would send it. Thanks.
Hi Petre. I have three questions: 1) Are you back from vacation? Hope you had, or are having, a good one. 2) Do you have an idea of when the...
Thanks Petre. I've obtained the new TinyB package and adapted my code to get notifications of manufacturer's data. However, I find I'm not clear on what the effect of calling...
Not sure I'm understanding. How is enableManufacturerDataNotifications intended to be used?
I have a class called AdvertisementNotification: class AdvertisementNotification implements BluetoothNotification with a run() method defined as follows: public void run(Map advertisementsMap) { if (advertisementsMap.size() > 0) { for (Map.Entry entry...