summaryrefslogtreecommitdiffstats
path: root/include/net/bluetooth/amp.h
diff options
context:
space:
mode:
authorAndrei Emeltchenko2012-10-31 14:46:31 +0100
committerGustavo Padovan2012-11-01 23:27:07 +0100
commit606e2a10a6d23e900dad0b098a09438a5f7e0495 (patch)
tree9439603f4a6a2c238828e661ccbc889984ebcb3a /include/net/bluetooth/amp.h
parentBluetooth: AMP: Add Logical Link Create function (diff)
downloadkernel-qcow2-linux-606e2a10a6d23e900dad0b098a09438a5f7e0495.tar.gz
kernel-qcow2-linux-606e2a10a6d23e900dad0b098a09438a5f7e0495.tar.xz
kernel-qcow2-linux-606e2a10a6d23e900dad0b098a09438a5f7e0495.zip
Bluetooth: AMP: Process Disc Logical Link
Add processing for HCI Disconnection Logical Link Complete Event. Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com> Acked-by: Marcel Holtmann <marcel@holtmann.org> Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk>
Diffstat (limited to 'include/net/bluetooth/amp.h')
-rw-r--r--include/net/bluetooth/amp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/bluetooth/amp.h b/include/net/bluetooth/amp.h
index 70d5c153de15..405fb9c987ef 100644
--- a/include/net/bluetooth/amp.h
+++ b/include/net/bluetooth/amp.h
@@ -47,5 +47,6 @@ void amp_accept_phylink(struct hci_dev *hdev, struct amp_mgr *mgr,
void amp_write_remote_assoc(struct hci_dev *hdev, u8 handle);
void amp_write_rem_assoc_continue(struct hci_dev *hdev, u8 handle);
void amp_create_logical_link(struct l2cap_chan *chan);
+void amp_destroy_logical_link(struct hci_chan *hchan, u8 reason);
#endif /* __AMP_H */