Searched refs:_int_max (Results 1 – 1 of 1) sorted by relevance
| /Zephyr-latest/include/zephyr/bluetooth/ |
| D | bluetooth.h | 1072 #define BT_LE_ADV_PARAM_INIT(_options, _int_min, _int_max, _peer) \ argument 1079 .interval_max = (_int_max), \ 1092 #define BT_LE_ADV_PARAM(_options, _int_min, _int_max, _peer) \ argument 1094 BT_LE_ADV_PARAM_INIT(_options, _int_min, _int_max, _peer) \ 1326 #define BT_LE_PER_ADV_PARAM_INIT(_int_min, _int_max, _options) \ argument 1329 .interval_max = (_int_max), \ 1340 #define BT_LE_PER_ADV_PARAM(_int_min, _int_max, _options) \ argument 1342 BT_LE_PER_ADV_PARAM_INIT(_int_min, _int_max, _options) \
|