Home
last modified time | relevance | path

Searched refs:test_preset_index_5 (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/tests/bsim/bluetooth/audio/src/
Dhas_client_test.c36 extern const uint8_t test_preset_index_5;
96 } else if (record->index == test_preset_index_5) { in preset_read_rsp_cb()
112 } else if (record->index == test_preset_index_5) { in preset_update_cb()
237 if (!test_preset_switch(test_preset_index_5)) { in test_main()
238 FAIL("Failed to switch preset %d\n", test_preset_index_5); in test_main()
247 if (!test_preset_next(test_preset_index_5)) { in test_main()
248 FAIL("Failed to set next preset %d\n", test_preset_index_5); in test_main()
257 if (!test_preset_prev(test_preset_index_5)) { in test_main()
258 FAIL("Failed to set previous preset %d\n", test_preset_index_5); in test_main()
267 if (!test_preset_prev(test_preset_index_5)) { in test_main()
[all …]
Dhas_test.c27 const uint8_t test_preset_index_5 = 0x05; variable
90 preset_param.index = test_preset_index_5; in test_common()