esp-nimble-cpp/docs
h2zero 020c61700d [BREAKING]- Refactor client
* General code cleanup and rename variables to use a consistent style.
* Removes the disconnect timer and will use the BLE_GAP_EVENT_TERM_FAILURE event to handle failed disconnects.
* `NimBLEClient::getConnId` has been renamed to `getConnHandle` to be consistent with bluetooth terminology.
* `NimBLEClient::disconnect` now returns a `bool = true on success` instead of an int to be consistent with the rest of the library.
* `NimBLEClient::setPeerAddress` now returns a bool, true on success.
* `NimBLEClientCallbacks::onConfirmPIN` renamed to `NimBLEClientCallbacks::onConfirmPasskey` to be consistent with bluetooth terminology.
* `NimBLEClient::setDataLen` now returns bool, true if successful.
* `NimBLEClient::updateConnParams` now returns bool, true if successful.
* `NimBLEClient::getServices` now returns a const reference to std::vector<NimBLERemoteService*> instead of a pointer to the internal vector.
2024-11-03 18:12:20 -07:00
..
Bluetooth 5 features.md Update docs. 2022-05-29 20:08:23 -06:00
Doxyfile Update doxygen config 2023-05-25 10:29:53 -06:00
Improvements_and_updates.md Fix inconsistent use of time units (#143) 2024-02-29 17:34:53 -07:00
index.md Release 1.4.0 2022-07-31 11:34:56 -06:00
Migration_guide.md [BREAKING]- Refactor client 2024-11-03 18:12:20 -07:00
New_user_guide.md [BREAKING] Replace advertised device callbacks with scan callbacks. (#389) 2022-08-27 14:04:50 -06:00
Usage_tips.md Update docs. 2022-05-29 20:08:23 -06:00