mirror of
https://github.com/torvalds/linux.git
synced 2026-05-25 23:52:08 +02:00
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>
This commit is contained in:
parent
56493c8166
commit
97eb023cd1
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user