Home
last modified time | relevance | path

Searched refs:scan_window (Results 1 – 6 of 6) sorted by relevance

/Zephyr-latest/subsys/bluetooth/controller/include/
Dll.h100 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/
Dull_central.c77 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()
Dull_adv.c805 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/
Dhci.c1870 uint16_t scan_window, in check_cconn_params() argument
1875 if (scan_interval < 0x0004 || scan_window < 0x0004 || in check_cconn_params()
1876 (!ext && (scan_interval > 0x4000 || scan_window > 0x4000))) { in check_cconn_params()
1912 uint16_t scan_window; in le_create_connection() local
1921 scan_window = sys_le16_to_cpu(cmd->scan_window); in le_create_connection()
1928 scan_window, in le_create_connection()
1939 status = ll_create_connection(scan_interval, scan_window, in le_create_connection()
1954 status = ll_create_connection(scan_interval, scan_window, in le_create_connection()
4255 uint16_t scan_window; local
4262 scan_window = sys_le16_to_cpu(p->scan_window);
[all …]
/Zephyr-latest/subsys/bluetooth/host/
Dhci_core.c745 phy->scan_window = sys_cpu_to_le16( in bt_le_create_conn_ext()
755 phy->scan_window = sys_cpu_to_le16( in bt_le_create_conn_ext()
859 cp->scan_window = sys_cpu_to_le16(bt_dev.create_param.window); in bt_le_create_conn_legacy()
/Zephyr-latest/include/zephyr/bluetooth/
Dhci_types.h1146 uint16_t scan_window; member
1670 uint16_t scan_window; member