]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
Bluetooth: hci_core: Export hci_discovery_active
authorLinmao Li <lilinmao@kylinos.cn>
Fri, 9 Jan 2026 02:05:37 +0000 (10:05 +0800)
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Thu, 29 Jan 2026 18:32:50 +0000 (13:32 -0500)
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>
net/bluetooth/hci_core.c

index 8ccec73dce45c2a90214fa035f5e357ff3b7e53e..b069607b145b57198a1a4f5695ce255f86e7f4e2 100644 (file)
@@ -117,6 +117,7 @@ bool hci_discovery_active(struct hci_dev *hdev)
                return false;
        }
 }
+EXPORT_SYMBOL(hci_discovery_active);
 
 void hci_discovery_set_state(struct hci_dev *hdev, int state)
 {