Home
last modified time | relevance | path

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

/linux-5.19.10/net/bluetooth/
Dmgmt_config.c64 HDEV_PARAM_U16(le_scan_window); in read_def_system_config()
96 TLV_SET_U16(0x000e, le_scan_window), in read_def_system_config()
266 hdev->le_scan_window = TLV_GET_LE16(buffer); in set_def_system_config()
Dhci_request.c802 window = hdev->le_scan_window; in hci_req_add_le_passive_scan()
Dhci_core.c2454 hdev->le_scan_window = 0x0030; in hci_alloc_dev_priv()
Dhci_sync.c2117 window = hdev->le_scan_window; in hci_passive_scan_sync()
Dmgmt.c6016 hdev->le_scan_window = window; in set_scan_params()
/linux-5.19.10/include/net/bluetooth/
Dhci_core.h381 __u16 le_scan_window; member