Home
last modified time | relevance | path

Searched refs:runtime_log_level (Results 1 – 11 of 11) sorted by relevance

/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/reassembly/dut/src/
Dmain.c17 unsigned long runtime_log_level = LOG_LEVEL_INF; variable
26 runtime_log_level = strtoul(argv[++argn], NULL, 10); in test_args()
28 if (runtime_log_level >= LOG_LEVEL_NONE && in test_args()
29 runtime_log_level <= LOG_LEVEL_DBG){ in test_args()
30 TEST_PRINT("Runtime log level configuration: %d", runtime_log_level); in test_args()
32 TEST_FAIL("Invalid arguments to set log level: %d", runtime_log_level); in test_args()
Ddut.c27 extern unsigned long runtime_log_level;
144 bt_testlib_log_level_set("dut", runtime_log_level); in entrypoint_dut()
/Zephyr-latest/tests/bsim/bluetooth/host/misc/acl_tx_frag/src/
Dmain.c18 unsigned long runtime_log_level = LOG_LEVEL_INF; variable
27 runtime_log_level = strtoul(argv[++argn], NULL, 10); in test_args()
29 if (runtime_log_level >= LOG_LEVEL_NONE && runtime_log_level <= LOG_LEVEL_DBG) { in test_args()
30 TEST_PRINT("Runtime log level configuration: %d", runtime_log_level); in test_args()
32 TEST_FAIL("Invalid arguments to set log level: %d", runtime_log_level); in test_args()
Dpeer.c31 extern unsigned long runtime_log_level;
159 bt_testlib_log_level_set("peer", runtime_log_level); in entrypoint_peer()
Ddut.c36 extern unsigned long runtime_log_level;
249 bt_testlib_log_level_set("dut", runtime_log_level); in entrypoint_dut()
/Zephyr-latest/tests/bsim/bluetooth/host/scan/slow/src/
Dmain.c18 unsigned long runtime_log_level = LOG_LEVEL_INF; variable
27 runtime_log_level = strtoul(argv[++argn], NULL, 10); in test_args()
29 if (runtime_log_level >= LOG_LEVEL_NONE && runtime_log_level <= LOG_LEVEL_DBG) { in test_args()
30 TEST_PRINT("Runtime log level configuration: %d", runtime_log_level); in test_args()
32 TEST_FAIL("Invalid arguments to set log level: %d", runtime_log_level); in test_args()
Dpeer.c18 extern unsigned long runtime_log_level;
27 bt_testlib_log_level_set("peer", runtime_log_level); in entrypoint_peer()
Ddut.c18 extern unsigned long runtime_log_level;
68 bt_testlib_log_level_set("dut", runtime_log_level); in entrypoint_dut()
/Zephyr-latest/tests/bsim/bluetooth/host/misc/sample_test/src/
Dmain.c18 unsigned long runtime_log_level = LOG_LEVEL_INF; variable
27 runtime_log_level = strtoul(argv[++argn], NULL, 10); in test_args()
29 if (runtime_log_level >= LOG_LEVEL_NONE && in test_args()
30 runtime_log_level <= LOG_LEVEL_DBG){ in test_args()
31 TEST_PRINT("Runtime log level configuration: %d", runtime_log_level); in test_args()
33 TEST_FAIL("Invalid arguments to set log level: %d", runtime_log_level); in test_args()
Ddut.c28 extern unsigned long runtime_log_level;
105 bt_testlib_log_level_set("dut", runtime_log_level); in entrypoint_dut()
Dpeer.c33 extern unsigned long runtime_log_level;
171 bt_testlib_log_level_set("peer", runtime_log_level); in entrypoint_peer()