Ryan Powell

Results 640 comments of Ryan Powell
trafficstars

The use case for this callback is when bonding with devices that use a random resolvable address and you want to add the id address to the whitelist. The onAuthenticationComplete...

What I meant was you could just change the whitelist before advertising to have one or the other device in it instead of both. Directed advertising sadly does not have...

I think the duration is limited to 2 seconds for directed advertising, so you would have to restart it every time it ends with that duration.

Glad you got it working, I completely forgot about that parameter being added to advertising start call 👍

I don't have an android device to reproduce this, but I have had a look at the related code and stumbled upon an upstream PR #738 that may have an...

> the corresponding fix is already present in esp-nimble commit: c6fa32f @prasad-alatkar thanks for pointing that out, seems you did the same thing only differently. Anecdotal note about this issue;...

@prasad-alatkar @mitchjs, I was able to reproduce this today. The cause seems to be the controller commit: [a45ff23f](https://github.com/espressif/esp32-bt-lib/tree/a45ff23f0f6682caeb40dbb673f9dc54f0f8e1cd). I reverted to the last commit before it: [ 9ee3b17](https://github.com/espressif/esp32-bt-lib/tree/9ee3b17ba9879ecee09070c5a543a57d8aff2036) and the...

Funny enough it was Arduino that tipped me off. I was testing my library against the latest arduino-esp32 master with my old iPhone 5 and saw it hanging while connecting....

Yep, the big black box lol, sadly not much that can be done with that other than break out HxD or Ghidra and have some fun. IDF 3.3 is somewhat...

It seems, for me at least (with iOS), the problem is resolved in commit [5a2416f](https://github.com/espressif/esp32-bt-lib/tree/a45ff23f0f6682caeb40dbb673f9dc54f0f8e1cd), however @mitchjs is still seeing this issue on android.