update NimBLE to version 1.4.1

This commit is contained in:
technyon
2022-12-11 16:26:05 +01:00
parent 8bb673878d
commit 82bbd0b4cd
14 changed files with 51 additions and 16 deletions

View File

@@ -616,7 +616,6 @@ bool NimBLERemoteCharacteristic::setNotify(uint16_t val, notify_callback notifyC
NIMBLE_LOGD(LOG_TAG, "<< setNotify()");
response = true; // Always write with response as per Bluetooth core specification.
return desc->writeValue((uint8_t *)&val, 2, response);
} // setNotify