5 Commits

Author SHA1 Message Date
Ryan Powell 3aace03f54 [Bugfix] NimBLEDevice::createServer can crash if stack not initialized.
* [Bugfix] NimBLEDevice::createServer can crash if stack not initialized.

This removes the gatts/gap reset calls from NimBLEDevice::createServer so that it can be safely used before initializing the stack.

This also deprecates NimBLEService::start the the services will now be added/created only when the server is started.
2026-03-17 18:52:55 -06:00
h2zero 437e651e0c Add NimBLEConnInfo::toString method. 2026-03-13 14:18:54 -06:00
h2zero 8af38e7eb9 Change default security settings to BLE secure connections off.
Fixing some connection issues when enabled, users should enable if desired.
2025-06-27 18:08:42 -06:00
h2zero 2759b1b69d Increase timeout paramter in server example. 2025-01-05 14:31:43 -07:00
h2zero 49769f4aeb Update examples 2024-12-10 13:15:43 -07:00