h2zero

Results 299 comments of h2zero

>Please adhere to versioning standards and increase major version number to 2.x.x (also in library,properties) on releasing this Will do >current code is kinda weird about forcing you to stop...

Hi, the advertising packet is limited to 31 bytes. So a 128bit uuid will use 18 of those bytes available for the name -2 bytes for the fields, so the...

There is no workaround for this, it is part of the Bluetooth core specification (except Bluetooth 5.0+). Can you share your code used for this? I'm assuming this is working...

I don't see why that would happen, 10 chars should be available. Do you have any other data in the advertisements?

@doktordra are these devices connectable? If not I may have an answer for this. Otherwise I would suggest using the custom data option to set only the name and service...

Sorry for your trouble. I think you may need to to enable write with response for this situation. Try adding `true` as the third parameter to the subscribe call.

Could you enable debug logs and post them here when this happens?

In Arduino IDE you can set it in the tools menu, core debug level. In platformio you can set `build_flags = -DCORE_DEBUG_LEVEL=5`.

Thanks, the log is quite revealing, I'll have a look into this.

@Joshy-2010 I think I can see the problem now. Since this device has multiple characteristics with the same UUID in the same service the first call to `getCharacteristic` is returning...