Skip to content

Commit dcc1d38

Browse files
jhedbergkartben
authored andcommitted
Bluetooth: HCI: Add documentation for BT_BUF_IN/OUT
Document the enum values for the recently added bt_buf_dir enum. Signed-off-by: Johan Hedberg <[email protected]>
1 parent 1a64977 commit dcc1d38

File tree

1 file changed

+2
-0
lines changed
  • include/zephyr/bluetooth

1 file changed

+2
-0
lines changed

include/zephyr/bluetooth/buf.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,9 @@ enum bt_buf_type {
5454

5555
/** Direction of HCI packets. Only used for mapping H:4 to BT_BUF_* values. */
5656
enum bt_buf_dir {
57+
/** Packet from the controller to the host */
5758
BT_BUF_IN,
59+
/** Packet from the host to the controller */
5860
BT_BUF_OUT,
5961
};
6062

0 commit comments

Comments
 (0)