diff --git a/include/zephyr/bluetooth/hci_raw.h b/include/zephyr/bluetooth/hci_raw.h index e1ad077d6b2..a844b3d7543 100644 --- a/include/zephyr/bluetooth/hci_raw.h +++ b/include/zephyr/bluetooth/hci_raw.h @@ -29,10 +29,10 @@ extern "C" { /** @brief Send packet to the Bluetooth controller * - * Send packet to the Bluetooth controller. Caller needs to - * implement netbuf pool. + * Send packet to the Bluetooth controller. The buffers should be allocated using + * bt_buf_get_tx(). * - * @param buf netbuf packet to be send + * @param buf HCI packet to be sent. * * @return Zero on success or (negative) error code otherwise. */