diff options
Diffstat (limited to 'net/bluetooth/hci_request.h')
-rw-r--r-- | net/bluetooth/hci_request.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/bluetooth/hci_request.h b/net/bluetooth/hci_request.h index 41920348d68b..4e65a9c7906a 100644 --- a/net/bluetooth/hci_request.h +++ b/net/bluetooth/hci_request.h | |||
@@ -55,6 +55,8 @@ void hci_req_sync_cancel(struct hci_dev *hdev, int err); | |||
55 | struct sk_buff *hci_prepare_cmd(struct hci_dev *hdev, u16 opcode, u32 plen, | 55 | struct sk_buff *hci_prepare_cmd(struct hci_dev *hdev, u16 opcode, u32 plen, |
56 | const void *param); | 56 | const void *param); |
57 | 57 | ||
58 | void __hci_req_update_name(struct hci_request *req); | ||
59 | |||
58 | void hci_req_add_le_scan_disable(struct hci_request *req); | 60 | void hci_req_add_le_scan_disable(struct hci_request *req); |
59 | void hci_req_add_le_passive_scan(struct hci_request *req); | 61 | void hci_req_add_le_passive_scan(struct hci_request *req); |
60 | 62 | ||