Skip to content

Commit

Permalink
wid/bap: Add more configurations to ac_configs
Browse files Browse the repository at this point in the history
New TCRL added more tests for CIS connnection in QoS Configured state.
  • Loading branch information
sjanc committed Jul 30, 2024
1 parent 0b46cae commit ab30ea7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions autopts/wid/bap.py
Original file line number Diff line number Diff line change
Expand Up @@ -1274,6 +1274,15 @@ def get_audio_locations_from_pac(addr_type, addr, audio_dir):
'BAP/UCL/STR/BV-557-C': ([(1, 0)], 1, True), # AC 10, Mono, Default Ch Count
'BAP/UCL/STR/BV-558-C': ([(1, 0)], 1, True), # AC 10, Mono, No PACS
'BAP/UCL/STR/BV-559-C': ([(1, 0)], 1, True), # AC 10, Mono, No PACS, Default Ch Count
# Mono in QoS Configured state
'BAP/UCL/STR/BV-560-C': ([(0, 1)], 1, True), # AC 2, Generic, QoS, Mono
'BAP/UCL/STR/BV-561-C': ([(0, 1)], 1, True), # AC 2, Generic, QoS, Mono, Default Ch Count
'BAP/UCL/STR/BV-562-C': ([(0, 1)], 1, True), # AC 2, Generic, QoS, Mono, No PACS
'BAP/UCL/STR/BV-563-C': ([(0, 1)], 1, True), # AC 2, Generic, QoS, Mono, Default Ch Count, No PACS
'BAP/UCL/STR/BV-564-C': ([(1, 0)], 1, True), # AC 1, Generic, QoS, Mono
'BAP/UCL/STR/BV-565-C': ([(1, 0)], 1, True), # AC 1, Generic, QoS, Mono, Default Ch Count
'BAP/UCL/STR/BV-566-C': ([(1, 0)], 1, True), # AC 1, Generic, QoS, Mono, No PACS
'BAP/UCL/STR/BV-567-C': ([(1, 0)], 1, True), # AC 1, Generic, QoS, Mono, Default Ch Count, No PACS
}


Expand Down

0 comments on commit ab30ea7

Please sign in to comment.