Searched refs:int_max (Results 1 – 2 of 2) sorted by relevance
/Zephyr-Core-3.6.0/include/zephyr/bluetooth/ |
D | conn.h | 52 #define BT_LE_CONN_PARAM_INIT(int_min, int_max, lat, to) \ argument 55 .interval_max = (int_max), \ 67 #define BT_LE_CONN_PARAM(int_min, int_max, lat, to) \ argument 69 BT_LE_CONN_PARAM_INIT(int_min, int_max, lat, to) \
|
/Zephyr-Core-3.6.0/tests/lib/json/src/ |
D | main.c | 45 int int_max; member 89 JSON_OBJ_DESCR_PRIM(struct test_int_limits, int_max, JSON_TOK_NUMBER), 305 .int_max = INT_MAX, in ZTEST()
|