Ryan Powell

Results 894 comments of Ryan Powell

Yes, I've just looked at this as well and the issue is the controller will change it when advertising starts to the macro value and hard cap the value when...

You could just call getName and print the value. The toString method dumps more data.

You'll need to implement your own version of toString to accomplish this.

Have a look at the ESPresence repo, I think they do that there.

You are using v1.4.1, try switching to the master branch if you want to use the latest function signature, otherwise change to the old sig that takes the ble_conn_desc struct.

Hello, not much can be done about this from the server side. The connection parameters are set by the client/phone and that will be the biggest factor in speed.

@JustTryingToGetSomeWorkDone got this i'd say 👍

Hello, the only thing you need to do for this is to enable bonding: ``` NimBLEDevice::setSecurityAuth(true, false, true); ``` "Just works" pairing is the default pairing mode so nothing special...

This depends on how much data you are advertising. If there is not enough space the name will be shortened.