h2zero / NimBLE-Arduino

A fork of the NimBLE library structured for compilation with Arduino, for use with ESP32, nRF5x.
https://h2zero.github.io/NimBLE-Arduino/
Apache License 2.0
667 stars 138 forks source link

Remove IPC calls in the esp32 HCI. #681

Closed h2zero closed 3 weeks ago

h2zero commented 3 weeks ago

This removes code that was used in the past to work around an odd delay when starting advertising. The delay does not appear to exist anymore with the newer Arduino cores and has now started causing issues therefore it should be removed.

Fixes #676