Skip to content

Commit d389492

Browse files
carlescufiAnas Nashif
authored andcommitted
doc: Fill the Bluetooth section in the 1.8 release notes
Used the following command to get the full list of changes: (v1.8-branch) $ git log v1.7.0.. subsys/bluetooth/ Signed-off-by: Carles Cufi <[email protected]>
1 parent 8d963ce commit d389492

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

doc/release-notes-1.8.rst

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,21 @@ Networking
8282
Bluetooth
8383
*********
8484

85-
* Interesting change
85+
* Host: Added ATT and SMP packet tracking for flow control enforcement
86+
* Host: GATT database changed to a linked list in preparation for dynamic allocation
87+
* Bluetooth 5.0: The Controller reports itself as 5.0-capable
88+
* Bluetooth 5.0: Introduced Channel Selection Algorithm #2 support
89+
* Bluetooth 5.0: Added Multiple PHY support, both 2Mbit/s and long-range coded
90+
* Bluetooth 5.0: Integrated Scan Request notifications
91+
* Controller: Added Low Duty Cycle Directed Advertising support
92+
* Controller: Added Scan duplicate filtering support
93+
* Controller: Enforced complete role separation in the controller for smaller builds
94+
* Controller: Introduced Advanced Controller configuration with several new Kconfig options
95+
* Controller: Changed the radio interrupts to direct ISRs to reduce interrupt latency
96+
* Added HCI Controller to Host flow control support in both Host and Controller
97+
* BR/EDR: Added HFP (e)SCO audio channel establishment support
98+
* BR/EDR: Added support for a functional SDP server
99+
* micro:bit: Added a new sample that implements a game of Pong over BLE
86100

87101
Build and Infrastructure
88102
************************

0 commit comments

Comments
 (0)