bluetooth: audio: fix code comments error
Added PB_Flag 0b10:The ISO_SDU_Fragment field contains a complete SDU. Signed-off-by: Bi Jian <bi_jian@qq.com>
This commit is contained in:
parent
5d3d4eb8b0
commit
243516e6e5
1 changed files with 3 additions and 3 deletions
|
@ -592,9 +592,9 @@ void bt_iso_recv(struct bt_conn *iso, struct net_buf *buf, uint8_t flags)
|
|||
BT_ISO_DATA_DBG("handle %u len %u flags 0x%02x pb 0x%02x ts 0x%02x",
|
||||
iso->handle, buf->len, flags, pb, ts);
|
||||
|
||||
/* When the PB_Flag does not equal 0b00, the fields Time_Stamp,
|
||||
* Packet_Sequence_Number, Packet_Status_Flag and ISO_SDU_Length
|
||||
* are omitted from the HCI ISO Data packet.
|
||||
/* When the PB_Flag does not equal BT_ISO_START or BT_ISO_SINGLE,
|
||||
* the fields Time_Stamp, Packet_Sequence_Number, Packet_Status_Flag
|
||||
* and ISO_SDU_Length are omitted from the HCI ISO Data packet.
|
||||
*/
|
||||
switch (pb) {
|
||||
case BT_ISO_START:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue