summaryrefslogtreecommitdiffstats
path: root/include/net/bluetooth/amp.h
diff options
context:
space:
mode:
authorAndrei Emeltchenko2012-09-27 16:26:24 +0200
committerGustavo Padovan2012-09-27 22:35:09 +0200
commit0b26ab9dce74f8ac77d7eef0d683ab1d527e45b1 (patch)
tree201cc46c4bf0189d649988deb4ad3366f8d30d34 /include/net/bluetooth/amp.h
parentBluetooth: AMP: Accept Physical Link (diff)
downloadkernel-qcow2-linux-0b26ab9dce74f8ac77d7eef0d683ab1d527e45b1.tar.gz
kernel-qcow2-linux-0b26ab9dce74f8ac77d7eef0d683ab1d527e45b1.tar.xz
kernel-qcow2-linux-0b26ab9dce74f8ac77d7eef0d683ab1d527e45b1.zip
Bluetooth: AMP: Handle Accept phylink command status evt
When receiving HCI Command Status event for Accept Physical Link execute HCI Write Remote AMP Assoc with data saved from A2MP Create Physical Link Request. Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com> 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 1b06d7b01359..b1e54903dd42 100644
--- a/include/net/bluetooth/amp.h
+++ b/include/net/bluetooth/amp.h
@@ -25,6 +25,7 @@ struct amp_ctrl {
};
int amp_ctrl_put(struct amp_ctrl *ctrl);
+void amp_ctrl_get(struct amp_ctrl *ctrl);
struct amp_ctrl *amp_ctrl_add(struct amp_mgr *mgr);
struct amp_ctrl *amp_ctrl_lookup(struct amp_mgr *mgr, u8 id);
void amp_ctrl_list_flush(struct amp_mgr *mgr);