Home
last modified time | relevance | path

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

/linux-6.1.9/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.c2503 hdev->def_page_scan_window = 0x0012; in hci_alloc_dev_priv()
Dhci_sync.c2958 cp.window = cpu_to_le16(hdev->def_page_scan_window); in hci_write_fast_connectable_sync()
/linux-6.1.9/include/net/bluetooth/
Dhci_core.h441 __u16 def_page_scan_window; member