Skip to content

Commit

Permalink
doc: release notes: Add 2.3 Bluetooth release notes
Browse files Browse the repository at this point in the history
Add release notes for Bluetooth.

Signed-off-by: Carles Cufi <[email protected]>
  • Loading branch information
carlescufi committed Jun 2, 2020
1 parent a43d271 commit 2ed17d2
Showing 1 changed file with 20 additions and 4 deletions.
24 changes: 20 additions & 4 deletions doc/releases/release-notes-2.3.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Major enhancements with this release include:
performance than the existing k_mem_pool/sys_mem_pool
* Zephyr now integrates with the TF-M (Trusted Firmware M) PSA-compliant
framework
* The Bluetooth Low Energy Host now supports Advertisement Extensions
* The Bluetooth Low Energy Host now supports LE Advertising Extensions
* The CMSIS-DSP library is now included and integrated

The following sections provide detailed lists of changes by component.
Expand Down Expand Up @@ -475,15 +475,31 @@ Bluetooth

* Host:

* <TBD>
* Support for LE Advertising Extensions has been added.
* The Host is now 5.2 compliant, with support for EATT, L2CAP ECRED mode and
all new GATT PDUs.
* New application-controlled data length and PHY update APIs.
* Legacy OOB pairing support has been added.
* Multiple improvements to OOB data access and pairing.
* The Host now uses the new thread analyzer functionality.
* Multiple bug fixes and improvements

* BLE split software Controller:

* <TBD>
* The Controller is now 5.2 compliant.
* A new HCI USB H4 driver has been added, which can interact with BlueZ's
counterpart Host driver.
* PHY support is now configurable.
* Only control procedures supported by the peer are now used.
* The Nordic nRF52820 IC is now supported
* OpenISA/RV32M1:
* 2Mbps PHY support.
* Radio deep sleep mode support.
* Controller-based privacy support.

* BLE legacy software Controller:

* <TBD>
* The legacy Controller has been removed from the tree.

Build and Infrastructure
************************
Expand Down

0 comments on commit 2ed17d2

Please sign in to comment.