Searched refs:max_cnt (Results 1 – 4 of 4) sorted by relevance
40 int max_cnt = CONFIG_RTT_TX_RETRY_CNT; in rtt_console_out() local63 if (max_cnt) { in rtt_console_out()65 max_cnt--; in rtt_console_out()
64 static int max_cnt = CONFIG_LOG_BACKEND_WS_TX_RETRY_CNT; in ws_console_out() local80 while (ctx->sock >= 0 && cnt < max_cnt) { in ws_console_out()
1020 const size_t max_cnt = CONFIG_BT_L2CAP_TX_BUF_COUNT; in cmd_notify_mult() local1021 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()
2113 const size_t max_cnt = CONFIG_BT_L2CAP_TX_BUF_COUNT; in notify_mult() local2114 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()