Home
last modified time | relevance | path

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

/openbmc/linux/net/bluetooth/
H A 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()
H A Dhci_core.c2494 hdev->def_page_scan_window = 0x0012; in hci_alloc_dev_priv()
H A Dhci_sync.c3358 cp.window = cpu_to_le16(hdev->def_page_scan_window); in hci_write_fast_connectable_sync()
/openbmc/linux/include/net/bluetooth/
H A Dhci_core.h435 __u16 def_page_scan_window; member