1--- 2 3# BumbleDevice configuration: 4# classic_enabled: [true, false] # (false by default) 5# class_of_device: 1234 # See assigned numbers 6# keystore: JsonKeyStore # or empty 7# io_capability: 8# no_output_no_input # (default) 9# keyboard_input_only 10# display_output_only 11# display_output_and_yes_no_input 12# display_output_and_keyboard_input 13 14TestBeds: 15- Name: ExampleTest 16 Controllers: 17 BumbleDevice: 18 # DUT device 19 - transport: 'tcp-client:127.0.0.1:6402' 20 class_of_device: 2360324 21 io_capability: display_output_only 22 # Reference device 23 - transport: 'tcp-client:127.0.0.1:6402' 24 class_of_device: 2360324 25