| /Zephyr-latest/tests/bsim/bluetooth/host/misc/hfc_multilink/dut/src/ | 
| D | dut.c | 29 struct tester {  struct 35 static struct tester testers[NUM_TESTERS];  argument 37 static struct tester *get_tester(struct bt_conn *conn)  in get_tester() 56 	struct tester *tester = get_tester(chan->conn);  in recv_cb()  local 58 	tester->sdu_count += 1;  in recv_cb() 62 	LOG_INF("Received SDU %d / %d from (%s)", tester->sdu_count, SDU_NUM, addr);  in recv_cb() 87 	struct tester *tester = get_tester(conn);  in server_accept_cb()  local 88 	struct bt_l2cap_le_chan *le_chan = &tester->le_chan;  in server_accept_cb() 114 	bt_addr_le_t tester = {};  in connect_tester()  local 121 	err = bt_testlib_scan_find_name(&tester, TESTER_NAME);  in connect_tester() [all …] 
 | 
| /Zephyr-latest/tests/bsim/bluetooth/host/misc/hfc_multilink/test_scripts/ | 
| D | run.sh | 27 Execute "${tester_exe}" -s=${simulation_id} -d=1 -rs=100 -testid=tester 28 Execute "${tester_exe}" -s=${simulation_id} -d=2 -rs=200 -testid=tester 29 Execute "${tester_exe}" -s=${simulation_id} -d=3 -rs=300 -testid=tester
  | 
| /Zephyr-latest/tests/bluetooth/tester/ | 
| D | README | 1 Title: Bluetooth tester application 37 To build tester application for QEMU use BOARD=qemu_cortex_m3 and 44 'bt-stack-tester' UNIX socket (previously set in Makefile) can be used for now 45 to control tester application. 48 Next, build and flash tester application by employing the "flash" build 52 (typically /dev/ttyUSBx) with the tester using BTP.
  | 
| D | CMakeLists.txt | 5 LIST(APPEND QEMU_EXTRA_FLAGS -serial unix:/tmp/bt-stack-tester) 8 project(tester)  project
  | 
| D | Kconfig | 1 # Config options for tester app
  | 
| /Zephyr-latest/tests/subsys/emul/ | 
| D | app.overlay | 21 		compatible = "vnd,emul-tester"; 27 		compatible = "vnd,emul-tester";
  | 
| /Zephyr-latest/tests/bsim/bluetooth/host/att/pipeline/dut/src/ | 
| D | main.c | 402 	struct bt_conn *tester = connect();  in test_procedure_1()  local 404 	do_dlu(tester);  in test_procedure_1() 409 		gatt_write(tester, &parmesans[i]);  in test_procedure_1() 412 	bt_conn_disconnect(tester, BT_HCI_ERR_REMOTE_POWER_OFF);  in test_procedure_1() 413 	bt_conn_unref(tester);  in test_procedure_1()
  | 
| /Zephyr-latest/tests/bsim/bluetooth/host/att/sequential/test_scripts/ | 
| D | sequential.sh | 19     -v=${verbosity_level} -s="${simulation_id}" -d=1 -testid=tester -RealEncryption=0 -rs=100
  | 
| /Zephyr-latest/tests/bsim/bluetooth/host/l2cap/einprogress/test_scripts/ | 
| D | run.sh | 22     -testid=l2cap/einprogress/tester
  | 
| /Zephyr-latest/tests/bsim/bluetooth/host/att/pipeline/test_scripts/ | 
| D | run_test_tolerate_pipeline_variant_rx_tx_prio_invert.sh | 48     -v=${verbosity_level} -s="${simulation_id}" -d=2 -testid=tester -RealEncryption=1 -rs=100
  | 
| D | run.sh | 32     -v=${verbosity_level} -s="${simulation_id}" -d=2 -testid=tester -RealEncryption=1 -rs=100
  | 
| /Zephyr-latest/tests/bsim/bluetooth/host/privacy/legacy/ | 
| D | CMakeLists.txt | 16 	src/tester.c
  | 
| /Zephyr-latest/tests/bsim/bluetooth/host/misc/hfc_multilink/tester/ | 
| D | CMakeLists.txt | 8 target_sources(app PRIVATE src/main.c src/tester.c)
  | 
| /Zephyr-latest/tests/bsim/bluetooth/mesh/src/ | 
| D | test_suspend.c | 161 static void provision_and_configure(struct bt_mesh_test_cfg cfg, bool tester)  in provision_and_configure()  argument 173 	const struct bt_mesh_test_cfg *pcfg = tester ? &tester_cfg : &dut_cfg;  in provision_and_configure() 174 	uint16_t model_id = tester ? TEST_MODEL_ID_2 : TEST_MODEL_ID_1;  in provision_and_configure() 483 	TEST_CASE(tester, pub, "Scan and verify behavior of periodic publishing adv"), 484 	TEST_CASE(tester, gatt, "Scan and verify behavior of GATT proxy adv"),
  | 
| D | test_proxy_sol.c | 296 	TEST_CASE(tester, beacon_rcvd, "Check for beacon after solicitation"), 297 	TEST_CASE(tester, immediate_replay_attack, "Perform replay attack immediately"), 298 	TEST_CASE(tester, power_replay_attack, "Perform replay attack after power cycle of iut"),
  | 
| D | test_brg.c | 1146 	TEST_CASE(tester, simple, 1149 	TEST_CASE(tester, simple_group, 1152 	TEST_CASE(tester, simple_va, 1155 	TEST_CASE(tester, table_state_change, 1158 	TEST_CASE(tester, net_key_remove, 1162 	TEST_CASE(tester, persistence, "Tester node: test persistence of subnet bridge states"), 1164 	TEST_CASE(tester, ivu, "Tester node: tests subnet bridge with IV Update procedure"), 1165 	TEST_CASE(tester, key_refresh,
  | 
| /Zephyr-latest/tests/bsim/bluetooth/host/l2cap/einprogress/ | 
| D | CMakeLists.txt | 23   src/tester.c
  | 
| /Zephyr-latest/tests/bsim/bluetooth/host/privacy/central/ | 
| D | CMakeLists.txt | 15 	src/tester.c
  | 
| /Zephyr-latest/tests/bsim/bluetooth/host/l2cap/einprogress/src/ | 
| D | tester.c | 25 LOG_MODULE_REGISTER(tester, LOG_LEVEL_INF);
  | 
| /Zephyr-latest/tests/bsim/bluetooth/host/misc/disconnect/test_scripts/ | 
| D | disconnect.sh | 20     -v=${verbosity_level} -s="${simulation_id}" -d=1 -testid=tester -RealEncryption=0 -rs=100
  | 
| /Zephyr-latest/tests/bsim/bluetooth/host/privacy/legacy/src/ | 
| D | tester.c | 29 LOG_MODULE_REGISTER(tester, 4);
  | 
| /Zephyr-latest/subsys/bluetooth/controller/ | 
| D | Kconfig.dtm | 55 	  Maximum number of the DTM IQ Reports in pool. It depends on the upper tester
  | 
| /Zephyr-latest/doc/releases/ | 
| D | release-notes-2.7.rst | 1065 * :github:`38938` - Bluetooth tester application should be able return L2CAP ECFC credits on demand 1292 * :github:`37999` - [Coverity CID: 238383] Logically dead code in tests/bluetooth/tester/src/mesh.c 1293 * :github:`37998` - [Coverity CID: 238381] Logically dead code in tests/bluetooth/tester/src/mesh.c 1294 * :github:`37997` - [Coverity CID: 238380] Logically dead code in tests/bluetooth/tester/src/mesh.c 1295 * :github:`37996` - [Coverity CID: 238379] Logically dead code in tests/bluetooth/tester/src/mesh.c 1296 * :github:`37995` - [Coverity CID: 238378] Logically dead code in tests/bluetooth/tester/src/mesh.c 1297 * :github:`37994` - [Coverity CID: 238377] Logically dead code in tests/bluetooth/tester/src/mesh.c 1298 * :github:`37993` - [Coverity CID: 238376] Logically dead code in tests/bluetooth/tester/src/mesh.c 1299 * :github:`37992` - [Coverity CID: 238374] Logically dead code in tests/bluetooth/tester/src/mesh.c 1300 * :github:`37991` - [Coverity CID: 238373] Logically dead code in tests/bluetooth/tester/src/mesh.c [all …] 
 | 
| /Zephyr-latest/doc/connectivity/bluetooth/autopts/ | 
| D | autopts-win10.rst | 116 Build the auto-pts tester app 120     west build -p auto -b nrf52840dk/nrf52840 zephyr/tests/bluetooth/tester/ 236 then build and flash tester elf again.
  | 
| /Zephyr-latest/tests/benchmarks/posix/threads/ | 
| D | README.rst | 40 A tester may mix and match them allowing them different scenarios to
  |