projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
56493c8
)
Bluetooth: hci_core: Export hci_discovery_active
author
Linmao Li
<lilinmao@kylinos.cn>
Fri, 9 Jan 2026 02:05:37 +0000
(10:05 +0800)
committer
Luiz 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
patch
|
blob
|
history
diff --git
a/net/bluetooth/hci_core.c
b/net/bluetooth/hci_core.c
index
8ccec73
..
b069607
100644
(file)
--- a/
net/bluetooth/hci_core.c
+++ b/
net/bluetooth/hci_core.c
@@
-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)
{