Update docs

This commit is contained in:
h2zero
2022-01-15 15:21:41 -07:00
parent cf482f9112
commit be9cdc1ab6
4 changed files with 174 additions and 62 deletions

View File

@@ -409,6 +409,7 @@ void NimBLECharacteristic::notify(bool is_notification) {
* @brief Send a notification.\n
* A notification is a transmission of up to the first 20 bytes of the characteristic value.\n
* A notification will not block; it is a fire and forget.
* @param[in] value An optional value to send as the notification, else the current characteristic value is used.
* @param[in] is_notification if true sends a notification, false sends an indication.
*/
void NimBLECharacteristic::notify(std::string value, bool is_notification) {