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.c67 HDEV_PARAM_U16(le_scan_int_discovery); in read_def_system_config()
99 TLV_SET_U16(0x0011, le_scan_int_discovery), in read_def_system_config()
275 hdev->le_scan_int_discovery = TLV_GET_LE16(buffer); in set_def_system_config()
H A Dhci_sync.c5898 err = hci_active_scan_sync(hdev, hdev->le_scan_int_discovery * 2); in hci_start_interleaved_discovery_sync()
5936 err = hci_active_scan_sync(hdev, hdev->le_scan_int_discovery); in hci_start_discovery_sync()
5940 err = hci_active_scan_sync(hdev, hdev->le_scan_int_discovery); in hci_start_discovery_sync()
H A Dhci_core.c2450 hdev->le_scan_int_discovery = DISCOV_LE_SCAN_INT; in hci_alloc_dev_priv()
/linux/include/net/bluetooth/
H A Dhci_core.h396 __u16 le_scan_int_discovery; member