Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/include/zephyr/bluetooth/
Dbluetooth.h860 #define BT_LE_ADV_PARAM_INIT(_options, _int_min, _int_max, _peer) \ argument
866 .interval_min = (_int_min), \
880 #define BT_LE_ADV_PARAM(_options, _int_min, _int_max, _peer) \ argument
882 BT_LE_ADV_PARAM_INIT(_options, _int_min, _int_max, _peer) \
1018 #define BT_LE_PER_ADV_PARAM_INIT(_int_min, _int_max, _options) \ argument
1020 .interval_min = (_int_min), \
1032 #define BT_LE_PER_ADV_PARAM(_int_min, _int_max, _options) \ argument
1034 BT_LE_PER_ADV_PARAM_INIT(_int_min, _int_max, _options) \