Skip to content

Commit a17bec6

Browse files
committed
Release 2.3.7
1 parent 472c1d0 commit a17bec6

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4+
## [2.3.7] 2025-12-08
5+
6+
## Fixed
7+
- Server created client instance will now receive notifications/indications from the peer.
8+
- Improper HCI delay when ACL buffers are full (esp32)
9+
- `NimBLEClient` disconnect event not triggered if the peer address doesn't match a connection.
10+
- Attribute value sizes now correctly calculated for types larger than 8 bits.
11+
- `NimBLERemoteCharacteristic::retrieveDescriptors` will now use the handle range of the characteristic.
12+
13+
## Added
14+
- `NimBLECharacteristicCallbacks::onStatus` overload that takes a `NimBLEConnInfo&` parameter to indicate which client the status is for.
15+
16+
## Changed
17+
- `NimBLEDevice::setCustomGapHandler` added a void pointer parameter to allow passing user data to the custom handler.
18+
419
## [2.3.6] 2025-09-05
520

621
## Fixed

docs/Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ PROJECT_NAME = NimBLE-Arduino
4848
# could be handy for archiving the generated documentation or if some version
4949
# control system is used.
5050

51-
PROJECT_NUMBER = 2.3.6
51+
PROJECT_NUMBER = 2.3.7
5252
# Using the PROJECT_BRIEF tag one can provide an optional one line description
5353
# for a project that appears at the top of each page and should give viewer a
5454
# quick idea about the purpose of the project. Keep the description short.

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=NimBLE-Arduino
2-
version=2.3.6
2+
version=2.3.7
33
author=h2zero
44
maintainer=Ryan Powell <ryan@nable-embedded.io>
55
sentence=Bluetooth low energy (BLE) library for Arduino based on NimBLE.

0 commit comments

Comments
 (0)