Home
last modified time | relevance | path

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

/linux/net/bluetooth/
H A Dmgmt_config.c79 HDEV_PARAM_U16(le_scan_int_discovery); in read_def_system_config()
112 TLV_SET_U16(0x0011, le_scan_int_discovery), in read_def_system_config()
293 hdev->le_scan_int_discovery = TLV_GET_LE16(buffer); in set_def_system_config()
H A Dhci_sync.c6073 err = hci_active_scan_sync(hdev, hdev->le_scan_int_discovery * 2); in hci_start_interleaved_discovery_sync()
6110 err = hci_active_scan_sync(hdev, hdev->le_scan_int_discovery); in hci_start_discovery_sync()
6114 err = hci_active_scan_sync(hdev, hdev->le_scan_int_discovery); in hci_start_discovery_sync()
H A Dhci_core.c2484 hdev->le_scan_int_discovery = DISCOV_LE_SCAN_INT; in hci_alloc_dev_priv()
/linux/include/net/bluetooth/
H A Dhci_core.h412 __u16 le_scan_int_discovery; member