Add variable-length bytes field

This commit is contained in:
Josh Wu
2023-11-30 23:58:30 +08:00
parent 392dcc3a05
commit 3fc71a0266
2 changed files with 14 additions and 2 deletions
+1
View File
@@ -453,6 +453,7 @@ def test_HCI_LE_Setup_ISO_Data_Path_Command():
assert command.data_path_id == 0x01
assert command.codec_id == CodingFormat(CodecID.TRANSPARENT)
assert command.controller_delay == 0
assert command.codec_configuration == b''
basic_check(command)