Home
last modified time | relevance | path

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

/Linux-v5.15/net/bluetooth/
Dmgmt_config.c71 HDEV_PARAM_U16(le_scan_int_connect); in read_def_system_config()
103 TLV_SET_U16(0x0015, le_scan_int_connect), in read_def_system_config()
287 hdev->le_scan_int_connect = TLV_GET_LE16(buffer); in set_def_system_config()
Dhci_conn.c838 p->scan_interval = cpu_to_le16(hdev->le_scan_int_connect); in set_ext_conn_params()
921 cp.scan_interval = cpu_to_le16(hdev->le_scan_int_connect); in hci_req_add_le_create_conn()
Dhci_request.c1107 interval = hdev->le_scan_int_connect; in hci_req_add_le_passive_scan()
Dhci_core.c3806 hdev->le_scan_int_connect = 0x0060; in hci_alloc_dev_priv()
/Linux-v5.15/include/net/bluetooth/
Dhci_core.h363 __u16 le_scan_int_connect; member