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