Home
last modified time | relevance | path

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

/Zephyr-latest/tests/bsim/bluetooth/audio/src/
Dhas_client_test.c34 extern const uint8_t test_preset_index_1;
92 if (record->index == test_preset_index_1) { in preset_read_rsp_cb()
108 if (record->index == test_preset_index_1) { in preset_update_cb()
232 if (!test_preset_switch(test_preset_index_1)) { in test_main()
233 FAIL("Failed to switch preset %d\n", test_preset_index_1); in test_main()
242 if (!test_preset_next(test_preset_index_1)) { in test_main()
243 FAIL("Failed to set next preset %d\n", test_preset_index_1); in test_main()
252 if (!test_preset_next(test_preset_index_1)) { in test_main()
253 FAIL("Failed to set next preset %d\n", test_preset_index_1); in test_main()
262 if (!test_preset_prev(test_preset_index_1)) { in test_main()
[all …]
Dhas_test.c25 const uint8_t test_preset_index_1 = 0x01; variable
101 preset_param.index = test_preset_index_1; in test_common()