File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
3
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
4
29
5
30
## [ 1.4.1] - 2022-10-23
6
31
You can’t perform that action at this time.
0 commit comments