Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/bluetooth/
Dgap.h973 #define BT_GAP_US_TO_SCAN_WINDOW(_window) ((uint16_t)((_window) / 625U)) argument
984 #define BT_GAP_MS_TO_SCAN_WINDOW(_window) (BT_GAP_US_TO_SCAN_WINDOW((_window) * USEC_PER_MSEC)) argument
Dbluetooth.h2285 #define BT_LE_SCAN_PARAM_INIT(_type, _options, _interval, _window) \ argument
2290 .window = (_window), \
2305 #define BT_LE_SCAN_PARAM(_type, _options, _interval, _window) \ argument
2307 BT_LE_SCAN_PARAM_INIT(_type, _options, _interval, _window) \
Dconn.h1299 #define BT_CONN_LE_CREATE_PARAM_INIT(_options, _interval, _window) \ argument
1303 .window = (_window), \
1315 #define BT_CONN_LE_CREATE_PARAM(_options, _interval, _window) \ argument
1317 BT_CONN_LE_CREATE_PARAM_INIT(_options, _interval, _window) \