Home
last modified time | relevance | path

Searched refs:data_set (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/tests/bsim/bluetooth/host/adv/encrypted/css_sample_data/test_scripts/
Drun_tests.sh13 data_set=1
16 -v=${verbosity_level} -s="${simulation_id}_${data_set}" -d=0 -testid=central \
17 -RealEncryption=1 -argstest data-set="${data_set}"
20 -v=${verbosity_level} -s="${simulation_id}_${data_set}" -d=1 -testid=peripheral \
21 -RealEncryption=1 -argstest data-set="${data_set}"
23 Execute ./bs_2G4_phy_v1 -v=${verbosity_level} -s="${simulation_id}_${data_set}" \
28 data_set=2
31 -v=${verbosity_level} -s="${simulation_id}_${data_set}" -d=0 -testid=central \
32 -RealEncryption=1 -argstest data-set="${data_set}"
35 -v=${verbosity_level} -s="${simulation_id}_${data_set}" -d=1 -testid=peripheral \
[all …]
/Zephyr-latest/tests/bsim/bluetooth/host/adv/encrypted/css_sample_data/src/
Dcommon.c18 int data_set; variable
24 .dest = &data_set, in test_args_parse()
34 if (data_set < 1 || data_set > SAMPLE_DATA_SET_SIZE) { in test_args_parse()
35 data_set = 1; in test_args_parse()
38 sample_data = sample_data_set[data_set - 1]; in test_args_parse()
Dcentral.c9 extern int data_set;
24 data_set); in data_parse_cb()
51 data_set); in data_parse_cb()
58 PASS("Central test passed. (data set %d)\n", data_set); in data_parse_cb()
99 LOG_DBG("Central device. (data set %d)", data_set); in test_central()
Dperipheral.c9 extern int data_set;
65 data_set); in set_ad_data()
79 data_set); in set_ad_data()
93 PASS("Peripheral test passed. (data set %d)\n", data_set); in set_ad_data()
101 LOG_DBG("Peripheral device. (data set %d)", data_set); in test_peripheral()