Skip to content

Commit 4c295cd

Browse files
committed
Update changelog
1 parent 5600d9a commit 4c295cd

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,31 @@
11
# Changelog
22

33
All notable changes to this project will be documented in this file.
4+
## [unreleased]
5+
6+
### Fixed
7+
- `CONFIG_BT_NIMBLE_NVS_PERSIST` value not being used to enable/disable persistance.
8+
- Set service handle in `NimBLEService::getHandle` function if not set already.
9+
- NimBLE_service_data_advertiser example updated to initialize the advertising pointer after stack initialization.
10+
- Unhandled exception on `NimBLECharacteristic::handleGapEvent` when the connection handle is invalid.
11+
- `NimBLEHIDDevice::pnp` now correctly sets the byte order.
12+
- `NimBLEEddystoneTLM` now correctly sets/gets negative temperatures.
13+
- Adding to the whitelist will now allow the device to be added again if the previous attempts failed.
14+
- The IPC calls added to esp_nimble_hci have been removed to prevent IPC stack crashing.
15+
16+
### Added
17+
- `NimBLEAdvertisedDevice` new method: `getAdvFlags`, to read the flags advertised.
18+
- `NimBLEAdvertising::setManufacturerData` new overload method that accepts a vector of `uint8_t`.
19+
- `NimBLEAdvertisementData::setManufacturerData` new overload method that accepts a vector of `uint8_t`.
20+
- `NimBLEAdvertisedDevice` new method: `getPayloadByType`, to get data from generic data types advertised.
21+
22+
### Changed
23+
- `NimBLEAdvertisedDevice::getManufacturerData`, now takes an index value parameter to use when there is more than 1 instance of manufacturer data.
24+
- `NimBLEAdvertising` directed peer address parameter to advertising start.
25+
- Update NimBLE core to esp-nimble @0fc6282
26+
- Can now create more than 255 Characteristics/Descriptors in a service.
27+
- `nimble_port_freertos_get_hs_hwm` function is now available to the application to get the core task stack usage.
28+
- changed default pairing keys shared to include ID key which is now needed by iOS
429

530
## [1.4.1] - 2022-10-23
631

0 commit comments

Comments
 (0)