Home
last modified time | relevance | path

Searched refs:scan_interval (Results 1 – 5 of 5) sorted by relevance

/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()
403 scan->ticks_window = ull_scan_params_set(lll, 0U, scan_interval, in ll_create_connection()
/Zephyr-latest/subsys/bluetooth/controller/include/
Dll.h235 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/hci/
Dhci.c1869 static uint8_t check_cconn_params(bool ext, uint16_t scan_interval, 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()
1910 uint16_t scan_interval; in le_create_connection() local
1920 scan_interval = sys_le16_to_cpu(cmd->scan_interval); in le_create_connection()
1927 status = check_cconn_params(false, scan_interval, 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()
4253 uint16_t scan_interval; local
4261 scan_interval = sys_le16_to_cpu(p->scan_interval);
[all …]
/Zephyr-latest/subsys/bluetooth/host/
Dhci_core.c743 phy->scan_interval = sys_cpu_to_le16( in bt_le_create_conn_ext()
753 phy->scan_interval = sys_cpu_to_le16( in bt_le_create_conn_ext()
858 cp->scan_interval = sys_cpu_to_le16(bt_dev.create_param.interval); in bt_le_create_conn_legacy()
/Zephyr-latest/include/zephyr/bluetooth/
Dhci_types.h1145 uint16_t scan_interval; member
1669 uint16_t scan_interval; member