h2zero

Results 299 comments of h2zero

One other thing to try is altering your connection parameters to use the apple specs: ``` There are certain rules and formulae that the parameters must follow. If the parameters...

They are very much inline, unless I missed something? Master has 658339b8fdee81c644608ea898a7294c2275574b which is the overflow fix in 1.3.7. Maybe this a new issue?

I can think of 2 possible reasons you are seeing this. - First, since you have bonding enabled you are already bonded to the keyboard which means it will not...

That's quite strange indeed. Thanks for reporting your test results, I will try to reproduce here and see whats going on.

Do you need to change the advertised name or the device name?, they're different things. To change the device name you would need to call deinit/init with the new name.

`NimBLEDevice::deinit()` is the function you want to use.

The advertised name is a "name parameter" that is contained in the advertisement packet. The device name is a string that is stored the the "device name characteristic" value and...

It's generally only 2 names but yes you can do all kinds of things. The idea is to have the long name in the characteristic and to advertise the short...

Hi @hdpklm this is an odd problem, there are some issued with certain esp32 modules but that mostly is related to receiving sensitivity. Can you share a code snippet that...

Thanks I'll have a look this weekend when I get some time.