Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/console/
Drtt_console.c40 int max_cnt = CONFIG_RTT_TX_RETRY_CNT; in rtt_console_out() local
63 if (max_cnt) { in rtt_console_out()
65 max_cnt--; in rtt_console_out()
/Zephyr-latest/subsys/logging/backends/
Dlog_backend_ws.c64 static int max_cnt = CONFIG_LOG_BACKEND_WS_TX_RETRY_CNT; in ws_console_out() local
80 while (ctx->sock >= 0 && cnt < max_cnt) { in ws_console_out()
/Zephyr-latest/subsys/bluetooth/host/shell/
Dgatt.c1020 const size_t max_cnt = CONFIG_BT_L2CAP_TX_BUF_COUNT; in cmd_notify_mult() local
1021 struct bt_gatt_notify_params params[max_cnt]; in cmd_notify_mult()
1047 if (!IN_RANGE(cnt, min_cnt, max_cnt)) { in cmd_notify_mult()
1049 cnt, min_cnt, max_cnt); in cmd_notify_mult()
/Zephyr-latest/tests/bluetooth/tester/src/
Dbtp_gatt.c2113 const size_t max_cnt = CONFIG_BT_L2CAP_TX_BUF_COUNT; in notify_mult() local
2114 struct bt_gatt_notify_params params[max_cnt]; in notify_mult()
2125 if (!IN_RANGE(cp->cnt, min_cnt, max_cnt)) { in notify_mult()
2127 cp->cnt, min_cnt, max_cnt); in notify_mult()