Skip to content

Commit

Permalink
doc: migration-guide: Add LE Audio entry for dynamic TBS
Browse files Browse the repository at this point in the history
The TBS and GTBS shall now be registered at runtime and can
no longer be registered statically. This requires a change in
the applications using this.

Signed-off-by: Emil Gydesen <[email protected]>
  • Loading branch information
Thalley committed Oct 1, 2024
1 parent 9c0f92d commit 45f1ebe
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions doc/releases/migration-guide-4.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,11 @@ Bluetooth Audio
to use these new APIs.
(:github:`78751`)

* The Telephone Bearer Service (TBS) and Generic Telephone Bearer Service (GTBS) shall now be
registered dynamically at runtime with :c:func:`bt_tbs_register_bearer`. The services can also be
unregistered with :c:func:`bt_tbs_unregister_bearer`.
(:github:`76108`)

Bluetooth Classic
=================

Expand Down

0 comments on commit 45f1ebe

Please sign in to comment.