Searched refs:scan_window (Results 1 – 6 of 6) sorted by relevance
/Zephyr-Core-3.4.0/subsys/bluetooth/controller/include/ |
D | ll.h | 100 uint8_t scan_window, uint8_t scan_delay); 229 uint8_t ll_create_connection(uint16_t scan_interval, uint16_t scan_window, 236 uint8_t ll_create_connection(uint16_t scan_interval, uint16_t scan_window,
|
/Zephyr-Core-3.4.0/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() 398 scan_window, filter_policy); in ll_create_connection()
|
D | ull_adv.c | 777 uint8_t scan_window, uint8_t scan_delay) argument 1218 _radio.advertiser.scan_window_ms = scan_window; 1221 (scan_delay + scan_window) * USEC_PER_MSEC;
|
/Zephyr-Core-3.4.0/subsys/bluetooth/controller/hci/ |
D | hci.c | 1852 uint16_t scan_window, in check_cconn_params() argument 1857 if (scan_interval < 0x0004 || scan_window < 0x0004 || in check_cconn_params() 1858 (!ext && (scan_interval > 0x4000 || scan_window > 0x4000))) { in check_cconn_params() 1894 uint16_t scan_window; in le_create_connection() local 1903 scan_window = sys_le16_to_cpu(cmd->scan_window); in le_create_connection() 1910 scan_window, in le_create_connection() 1921 status = ll_create_connection(scan_interval, scan_window, in le_create_connection() 1936 status = ll_create_connection(scan_interval, scan_window, in le_create_connection() 4085 uint16_t scan_window; local 4092 scan_window = sys_le16_to_cpu(p->scan_window); [all …]
|
/Zephyr-Core-3.4.0/subsys/bluetooth/host/ |
D | hci_core.c | 614 phy->scan_window = sys_cpu_to_le16( in bt_le_create_conn_ext() 624 phy->scan_window = sys_cpu_to_le16( in bt_le_create_conn_ext() 728 cp->scan_window = sys_cpu_to_le16(bt_dev.create_param.window); in bt_le_create_conn_legacy()
|
/Zephyr-Core-3.4.0/include/zephyr/bluetooth/ |
D | hci_types.h | 971 uint16_t scan_window; member 1484 uint16_t scan_window; member
|