Searched defs:_window (Results 1 – 3 of 3) sorted by relevance
/Zephyr-latest/include/zephyr/bluetooth/ |
D | bluetooth.h | 2285 #define BT_LE_SCAN_PARAM_INIT(_type, _options, _interval, _window) \ argument 2305 #define BT_LE_SCAN_PARAM(_type, _options, _interval, _window) \ argument
|
D | gap.h | 973 #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
|
D | conn.h | 1299 #define BT_CONN_LE_CREATE_PARAM_INIT(_options, _interval, _window) \ argument 1315 #define BT_CONN_LE_CREATE_PARAM(_options, _interval, _window) \ argument
|