Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Bluetooth: hci_core: Export hci_discovery_active

Export hci_discovery_active() so it can be used by bluetooth
drivers built as modules.

Signed-off-by: Linmao Li <lilinmao@kylinos.cn>
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>

authored by

Linmao Li and committed by
Luiz Augusto von Dentz
97eb023c 56493c81

+1
+1
net/bluetooth/hci_core.c
··· 117 117 return false; 118 118 } 119 119 } 120 + EXPORT_SYMBOL(hci_discovery_active); 120 121 121 122 void hci_discovery_set_state(struct hci_dev *hdev, int state) 122 123 {