summaryrefslogtreecommitdiffstats
path: root/include/net/bluetooth/hci_core.h
diff options
context:
space:
mode:
authorAndre Guedes2014-02-27 00:21:55 +0100
committerMarcel Holtmann2014-02-27 04:41:35 +0100
commit8ef30fd3d1f08f9ffdf2495907f50f44f2101cd3 (patch)
treec0ed965f217a780417e724a64e354f158dee606c /include/net/bluetooth/hci_core.h
parentBluetooth: Add le_auto_conn file on debugfs (diff)
downloadkernel-qcow2-linux-8ef30fd3d1f08f9ffdf2495907f50f44f2101cd3.tar.gz
kernel-qcow2-linux-8ef30fd3d1f08f9ffdf2495907f50f44f2101cd3.tar.xz
kernel-qcow2-linux-8ef30fd3d1f08f9ffdf2495907f50f44f2101cd3.zip
Bluetooth: Create hci_req_add_le_passive_scan helper
This patches creates the public hci_req_add_le_passive_scan helper so it can be re-used outside hci_core.c in the next patch. Signed-off-by: Andre Guedes <andre.guedes@openbossa.org> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'include/net/bluetooth/hci_core.h')
-rw-r--r--include/net/bluetooth/hci_core.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/bluetooth/hci_core.h b/include/net/bluetooth/hci_core.h
index 4b192d0fa76e..79a75edc62d0 100644
--- a/include/net/bluetooth/hci_core.h
+++ b/include/net/bluetooth/hci_core.h
@@ -1150,6 +1150,7 @@ void hci_req_add_ev(struct hci_request *req, u16 opcode, u32 plen,
void hci_req_cmd_complete(struct hci_dev *hdev, u16 opcode, u8 status);
void hci_req_add_le_scan_disable(struct hci_request *req);
+void hci_req_add_le_passive_scan(struct hci_request *req);
struct sk_buff *__hci_cmd_sync(struct hci_dev *hdev, u16 opcode, u32 plen,
const void *param, u32 timeout);