Home
last modified time | relevance | path

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

/openbmc/linux/net/bluetooth/
H A Dmgmt_config.c72 HDEV_PARAM_U16(le_scan_window_connect); in read_def_system_config()
104 TLV_SET_U16(0x0016, le_scan_window_connect), in read_def_system_config()
290 hdev->le_scan_window_connect = TLV_GET_LE16(buffer); in set_def_system_config()
H A Dhci_request.c782 window = hdev->le_scan_window_connect; in hci_req_add_le_passive_scan()
H A Dhci_sync.c3061 window = hdev->le_scan_window_connect; in hci_passive_scan_sync()
6369 p->scan_window = cpu_to_le16(hdev->le_scan_window_connect); in set_ext_conn_params()
6505 cp.scan_window = cpu_to_le16(hdev->le_scan_window_connect); in hci_le_create_conn_sync()
H A Dhci_core.c2460 hdev->le_scan_window_connect = 0x0060; in hci_alloc_dev_priv()
/openbmc/linux/include/net/bluetooth/
H A Dhci_core.h401 __u16 le_scan_window_connect; member