Home
last modified time | relevance | path

Searched refs:def_page_scan_window (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.6/net/bluetooth/
Dmgmt_config.c52 HDEV_PARAM_U16(def_page_scan_window); in read_def_system_config()
84 TLV_SET_U16(0x0002, def_page_scan_window), in read_def_system_config()
229 hdev->def_page_scan_window = TLV_GET_LE16(buffer); in set_def_system_config()
Dhci_core.c2533 hdev->def_page_scan_window = 0x0012; in hci_alloc_dev_priv()
Dhci_sync.c3100 cp.window = cpu_to_le16(hdev->def_page_scan_window); in hci_write_fast_connectable_sync()
/Linux-v6.6/include/net/bluetooth/
Dhci_core.h443 __u16 def_page_scan_window; member