John Schulz

Results 8 issues of John Schulz

Hi, Thank you very much for making this module! I would find it extremely useful if you added support for MemoryFS from pythonfs module/library. Currently, this error spits out in...

I would find it super useful if I could use this lib on android. Thanks!

Hi, Thanks for making this super fast module! I did notice a few keys were missing in the API reference such as num keys. Could you please add support for...

Hello, Is it possible to set the connection interval in BlueR or is this a "wait for bluetoothd to add it then we will" issue? Thanks

enhancement

Hello, Currently, BlueZ does not offer a way to set the connection interval for an LE connection via userspace for initialization or during connection. While it is possible to set...

enhancement

I have all pre-requisites installed and gcc fails to build. I have attached the setup.py install output. Thanks, Jah-On [err.txt](https://github.com/mherkazandjian/fastgrab/files/5087810/err.txt)

When using `SimpleBLE::Safe::Adapter` and `SimpleBLE::Safe::Peripheral`, the callback exhibits different behavior on Linux and Windows. For starters, Linux updates far less frequently and seems to stop after one or two updates....

Calling any member function on the `Peripheral` passed into the callback does not do anything or behaves incorrectly. Here is a minimal example of it not working: ```cpp #include "simpleble/SimpleBLE.h"...