diff options
author | Andre Guedes <andre.guedes@openbossa.org> | 2014-02-26 20:21:40 -0300 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2014-02-26 19:41:33 -0800 |
commit | b1efcc2870687ec3e3c51fa72210b8e4fa465df8 (patch) | |
tree | 480514a66414891dd560b11447a26af285d88720 /include | |
parent | 4bd6d38e7f58b163138d3fea8fa135de523bfb92 (diff) | |
download | linux-b1efcc2870687ec3e3c51fa72210b8e4fa465df8.tar.gz linux-b1efcc2870687ec3e3c51fa72210b8e4fa465df8.tar.bz2 linux-b1efcc2870687ec3e3c51fa72210b8e4fa465df8.zip |
Bluetooth: Create hci_req_add_le_scan_disable helper
This patch moves stop LE scanning duplicate code to one single
place and reuses it. This will avoid more duplicate code in
upcoming patches.
Signed-off-by: Andre Guedes <andre.guedes@openbossa.org>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/net/bluetooth/hci_core.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/net/bluetooth/hci_core.h b/include/net/bluetooth/hci_core.h index 269c8201a362..bef65d0a14f0 100644 --- a/include/net/bluetooth/hci_core.h +++ b/include/net/bluetooth/hci_core.h @@ -1129,6 +1129,8 @@ void hci_req_add_ev(struct hci_request *req, u16 opcode, u32 plen, const void *param, u8 event); void hci_req_cmd_complete(struct hci_dev *hdev, u16 opcode, u8 status); +void hci_req_add_le_scan_disable(struct hci_request *req); + struct sk_buff *__hci_cmd_sync(struct hci_dev *hdev, u16 opcode, u32 plen, const void *param, u32 timeout); struct sk_buff *__hci_cmd_sync_ev(struct hci_dev *hdev, u16 opcode, u32 plen, |