Searched refs:scan_window (Results 1 – 6 of 6) sorted by relevance
| /Zephyr-latest/subsys/bluetooth/controller/include/ |
| D | ll.h | 100 uint8_t scan_window, uint8_t scan_delay); 235 uint8_t ll_create_connection(uint16_t scan_interval, uint16_t scan_window, 242 uint8_t ll_create_connection(uint16_t scan_interval, uint16_t scan_window,
|
| /Zephyr-latest/subsys/bluetooth/controller/ll_sw/ |
| D | ull_central.c | 77 uint8_t ll_create_connection(uint16_t scan_interval, uint16_t scan_window, in ll_create_connection() argument 83 uint8_t ll_create_connection(uint16_t scan_interval, uint16_t scan_window, in ll_create_connection() 404 scan_window, filter_policy); in ll_create_connection()
|
| D | ull_adv.c | 805 uint8_t scan_window, uint8_t scan_delay) argument 1248 _radio.advertiser.scan_window_ms = scan_window; 1251 (scan_delay + scan_window) * USEC_PER_MSEC;
|
| /Zephyr-latest/subsys/bluetooth/controller/hci/ |
| D | hci.c | 1905 uint16_t scan_window, in check_cconn_params() argument 1910 if (scan_interval < 0x0004 || scan_window < 0x0004 || in check_cconn_params() 1911 (!ext && (scan_interval > 0x4000 || scan_window > 0x4000))) { in check_cconn_params() 1947 uint16_t scan_window; in le_create_connection() local 1956 scan_window = sys_le16_to_cpu(cmd->scan_window); in le_create_connection() 1963 scan_window, in le_create_connection() 1974 status = ll_create_connection(scan_interval, scan_window, in le_create_connection() 1989 status = ll_create_connection(scan_interval, scan_window, in le_create_connection() 4290 uint16_t scan_window; local 4297 scan_window = sys_le16_to_cpu(p->scan_window); [all …]
|
| /Zephyr-latest/subsys/bluetooth/host/ |
| D | hci_core.c | 748 phy->scan_window = sys_cpu_to_le16( in bt_le_create_conn_ext() 758 phy->scan_window = sys_cpu_to_le16( in bt_le_create_conn_ext() 862 cp->scan_window = sys_cpu_to_le16(bt_dev.create_param.window); in bt_le_create_conn_legacy()
|
| /Zephyr-latest/include/zephyr/bluetooth/ |
| D | hci_types.h | 1170 uint16_t scan_window; member 1718 uint16_t scan_window; member
|