Searched refs:scan_window (Results 1 – 12 of 12) sorted by relevance
76 uint16_t scan_window = DEFAULT_SCAN_WINDOW; in ble_central_app_le_gap_init() local97 le_scan_set_param(GAP_PARAM_SCAN_WINDOW, sizeof(scan_window), &scan_window); in ble_central_app_le_gap_init()
98 conn_req_param.scan_window = 0x10; in ble_central_at_cmd_connect()
408 conn_req_param.scan_window = 0x10; in cmd_con()
45 uint16_t scan_window,217 uint16_t scan_window; member
112 uint16_t scan_window;/**< Duration of the scan on the primary advertising channel. member
1181 uint16_t scan_window, in hci_api_le_create_conn() argument1207 cp->scan_window = cp->scan_interval; in hci_api_le_create_conn()1976 phy->scan_window = sys_cpu_to_le16(pparams->scan_window); in hci_api_le_create_conn_ext()1989 phy->scan_window = sys_cpu_to_le16(pparams->scan_window); in hci_api_le_create_conn_ext()
1666 phy->scan_window = sys_cpu_to_le16( in bt_le_create_conn_ext()1676 phy->scan_window = sys_cpu_to_le16( in bt_le_create_conn_ext()1736 phy->scan_window = bt_dev.create_param.window; in bt_le_create_conn_ext()1749 phy->scan_window = bt_dev.create_param.window_coded; in bt_le_create_conn_ext()1814 cp->scan_window = sys_cpu_to_le16(bt_dev.create_param.window); in bt_le_create_conn_legacy()
756 uint16_t scan_window; member1316 …tif_me_write_scan_activity_specific(uint16_t opcode, uint16_t scan_interval, uint16_t scan_window);
2630 uint16_t scan_window; member2652 uint16_t scan_window; member2710 uint16_t scan_window; member2746 uint16_t scan_window; member
919 uint16_t scan_window; member
711 u16_t scan_window; member1177 u16_t scan_window; member
1217 .scan_window = 0x0010, in mp_bluetooth_gap_peripheral_connect()
Completed in 78 milliseconds