mirror of
https://github.com/apache/nuttx.git
synced 2026-05-21 04:52:02 +08:00
wirelss/bluetooth/bt_buf: add ISO buffer type
Signed-off-by: chao.an <anchao@xiaomi.com>
This commit is contained in:
@@ -62,6 +62,8 @@ enum bt_buf_type_e
|
||||
BT_EVT, /* HCI event */
|
||||
BT_ACL_OUT, /* Outgoing ACL data */
|
||||
BT_ACL_IN, /* Incoming ACL data */
|
||||
BT_ISO_OUT, /* Outgoing ISO data */
|
||||
BT_ISO_IN, /* Incoming ISO data */
|
||||
BT_DUMMY = BT_CMD /* Only used for waking up kernel threads */
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user