[][src]Module bluetooth_hci::host::cmd_link

Implementation of the HCI that includes the packet ID byte in the header.

This was originally written just based on wording from the Bluetooth spec (version 5.0, Vol 4, Part A, section 2), emphasis added:

Therefore, if the HCI packets are sent via a common physical interface, a HCI packet indicator has to be added according to Table 2.1 below.

However, there don't seem to be any implementations where the HCI packets are not sent "via a common physical interface", so this module may be unnecessary.

Structs

Header

Header for HCI Commands.