Browse Source

doc: migration-guide-4.2: Add note about bt_hci_cmd_create()

Add a note about bt_hci_cmd_create() deprecation and which API should be
used instead.

Signed-off-by: Johan Hedberg <johan.hedberg@silabs.com>
pull/89914/merge
Johan Hedberg 3 weeks ago committed by Dan Kalowsky
parent
commit
607ff8520f
  1. 4
      doc/releases/migration-guide-4.2.rst

4
doc/releases/migration-guide-4.2.rst

@ -432,6 +432,10 @@ Bluetooth HCI @@ -432,6 +432,10 @@ Bluetooth HCI
have been deprecated, but are still usable, with the exception that they can only be
called once per buffer.
* The :c:func:`bt_hci_cmd_create` function has been depracated and the new :c:func:`bt_hci_cmd_alloc`
function should be used instead. The new function takes no parameters because the command
sending functions have been updated to do the command header encoding.
Bluetooth Host
==============

Loading…
Cancel
Save