mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
Removed the call to Bluefruit.ScanResponse.addName() in startAdv(), as it was preventing BLE from reliably restarting advertising after a disconnect. Hypothesis: adding the device name to the scan response exceeds internal buffer limits or causes a conflict with advertising timing, leading to the BLE stack silently failing to re-advertise. Tested successfully (on T-1000) without this line, advertising now resumes correctly after disconnection (on Iphone) |
||
|---|---|---|
| .. | ||
| PromicroBoard.cpp | ||
| PromicroBoard.h | ||
| RAK4631Board.cpp | ||
| RAK4631Board.h | ||
| SerialBLEInterface.cpp | ||
| SerialBLEInterface.h | ||
| T114Board.cpp | ||
| T114Board.h | ||
| TechoBoard.cpp | ||
| TechoBoard.h | ||
| ThinkNodeM1Board.cpp | ||
| ThinkNodeM1Board.h | ||
| XiaoNrf52Board.cpp | ||
| XiaoNrf52Board.h | ||