diff options
author | Andre Guedes <andre.guedes@openbossa.org> | 2014-02-26 23:21:41 (GMT) |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2014-02-27 03:41:33 (GMT) |
commit | 06c053fb54c10be49ef30fc9b6b01e42cc9a1b61 (patch) | |
tree | fda48d055aca28b21f8d704899bf1700d03c484b /include | |
parent | b1efcc2870687ec3e3c51fa72210b8e4fa465df8 (diff) | |
download | linux-06c053fb54c10be49ef30fc9b6b01e42cc9a1b61.tar.xz |
Bluetooth: Declare le_conn_failed in hci_core.h
This patch adds the "hci_" prefix to le_conn_failed() helper and
declares it in hci_core.h so it can be reused in hci_event.c.
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 bef65d0..4253bdf 100644 --- a/include/net/bluetooth/hci_core.h +++ b/include/net/bluetooth/hci_core.h @@ -653,6 +653,8 @@ int hci_conn_switch_role(struct hci_conn *conn, __u8 role); void hci_conn_enter_active_mode(struct hci_conn *conn, __u8 force_active); +void hci_le_conn_failed(struct hci_conn *conn, u8 status); + /* * hci_conn_get() and hci_conn_put() are used to control the life-time of an * "hci_conn" object. They do not guarantee that the hci_conn object is running, |