downgrade nimble to 1.4.0

This commit is contained in:
technyon
2022-12-24 09:55:14 +01:00
parent 1174d21001
commit d4b0aa6ef6
14 changed files with 29 additions and 56 deletions

View File

@@ -616,6 +616,7 @@ 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