petreeftime

Results 69 comments of petreeftime

This is the same as this: https://github.com/intel-iot-devkit/tinyb/issues/49. It needs extra support in BlueZ.

Hi, could you tell me what platform you are using that updates the MFG? I can't currently test this feature but I would like be able to do this in...

I have an implementation almost done, I'll push it when I return from vacation, and you can test it. A device would be helpful, but I don't know if it's...

Hi, I was just pushing these changes: https://github.com/intel-iot-devkit/tinyb/pull/54 I tested to see that nothing crashes, but as I said previously, I don't have devices that change MFG, although my Arduino...

No, I don't think there's a way to add it to the manager directly, except to make it call for each device and gather all the requests. To be honest,...

Right now, you enable it per device and it should run the callback with the data that you would get if you ran getManufacturerData instead. I'm not entirely sure why...

BlueZ added "Advertising Flags" in the latest version, I will update and see if that works instead.

I'm no longer working for Intel, so I didn't have time to look into it unfortunately. I'm glad to hear it works now.

`BluetoothManager::get_devices()` does not start a scan, it returns the list of devices BlueZ knows about, whether they are recently scanned or have been connected to in the past. This is...

Yes, after you start discovery, they should get an RSSI value different than 0 after a while. I'm not sure there's any other way to do this right now.