Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/bluetooth/
Dbluetooth.h1173 #define BT_LE_EXT_ADV_START_PARAM_INIT(_timeout, _n_evts) \ argument
1176 .num_events = (_n_evts), \
1185 #define BT_LE_EXT_ADV_START_PARAM(_timeout, _n_evts) \ argument
1187 BT_LE_EXT_ADV_START_PARAM_INIT((_timeout), (_n_evts)) \