revert NimBLE to 1.4.0 due to pairing issues

This commit is contained in:
technyon
2023-02-02 17:13:01 +01:00
parent 2cf28152e0
commit 5848cc2013
12 changed files with 13 additions and 48 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