petreeftime

Results 69 comments of petreeftime

Not entirely sure how this works. I think you might need to write that value at an offset inside the array. This is currently not supported but not difficult to...

Just calling the device's pair method should work in most cases. There should be a default handler set up in the system. There's no support for writing your own handler...

You don't need to stop discovery and start it again unless there is a large gap in time between adding the two devices. You also don't have to get_bluetooth_manager more...

Some services are used by BlueZ and never exposed to others. They are accessible through the methods exposed by BlueZ. In this case 1800 is the the GAP service and...

Are you doing the reads in a loop? If so, do you have a wait between two reads?

The first one is the Generic Access Profile Service and it's managed by BlueZ, so it should not be visible to users directly, but through some of BlueZ's interfaces.

I have already answered here: #83 and #72. cmake interprets .. as path and will either ignore everything after it or it also interprets it as path. You need to...

Are you connecting to the same sensor? If it's three separate sensors it should be fine, Edison should be able to connect up to 8 devices I think. If it's...

I don't think Intel is actively maintaining this project anymore. Since I no longer work for Intel I don't have the necessary gear and time to continue developing and testing...