mirror of
https://github.com/apache/nuttx.git
synced 2026-09-02 15:12:59 +00:00
wirelss/bluetooth/bt_buf: add ISO buffer type
Change-Id: I9de3506e9c8f70bbcefafda3319be194dcb7cb0b Signed-off-by: chao.an <anchao@xiaomi.com>
This commit is contained in:
parent
1b4e9fc7da
commit
caecd75b41
1 changed files with 2 additions and 0 deletions
|
|
@ -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 */
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue