Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/bluetooth/
Dgap.h981 #define BT_GAP_US_TO_SCAN_WINDOW(_window) ((uint16_t)((_window) / 625U)) argument
992 #define BT_GAP_MS_TO_SCAN_WINDOW(_window) (BT_GAP_US_TO_SCAN_WINDOW((_window) * USEC_PER_MSEC)) argument
Dbluetooth.h2410 #define BT_LE_SCAN_PARAM_INIT(_type, _options, _interval, _window) \ argument
2415 .window = (_window), \
2430 #define BT_LE_SCAN_PARAM(_type, _options, _interval, _window) \ argument
2432 BT_LE_SCAN_PARAM_INIT(_type, _options, _interval, _window) \
Dconn.h1321 #define BT_CONN_LE_CREATE_PARAM_INIT(_options, _interval, _window) \ argument
1325 .window = (_window), \
1337 #define BT_CONN_LE_CREATE_PARAM(_options, _interval, _window) \ argument
1339 BT_CONN_LE_CREATE_PARAM_INIT(_options, _interval, _window) \