Searched refs:runtime_log_level (Results 1 – 11 of 11) sorted by relevance
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/reassembly/dut/src/ |
D | main.c | 17 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()
|
D | dut.c | 27 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/ |
D | main.c | 18 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()
|
D | peer.c | 31 extern unsigned long runtime_log_level; 159 bt_testlib_log_level_set("peer", runtime_log_level); in entrypoint_peer()
|
D | dut.c | 36 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/ |
D | main.c | 18 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()
|
D | peer.c | 18 extern unsigned long runtime_log_level; 27 bt_testlib_log_level_set("peer", runtime_log_level); in entrypoint_peer()
|
D | dut.c | 18 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/ |
D | main.c | 18 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()
|
D | dut.c | 28 extern unsigned long runtime_log_level; 105 bt_testlib_log_level_set("dut", runtime_log_level); in entrypoint_dut()
|
D | peer.c | 33 extern unsigned long runtime_log_level; 171 bt_testlib_log_level_set("peer", runtime_log_level); in entrypoint_peer()
|