summaryrefslogtreecommitdiffstats
path: root/include/net/bluetooth/amp.h
diff options
context:
space:
mode:
authorAndrei Emeltchenko2012-09-27 16:26:20 +0200
committerGustavo Padovan2012-09-27 22:31:18 +0200
commit93c284ee901f7d7bdd09087e92abefb7496c3777 (patch)
tree06da0dca5976737f6eef22387ebe91ca11356b6e /include/net/bluetooth/amp.h
parentBluetooth: AMP: Create Physical Link (diff)
downloadkernel-qcow2-linux-93c284ee901f7d7bdd09087e92abefb7496c3777.tar.gz
kernel-qcow2-linux-93c284ee901f7d7bdd09087e92abefb7496c3777.tar.xz
kernel-qcow2-linux-93c284ee901f7d7bdd09087e92abefb7496c3777.zip
Bluetooth: AMP: Write remote AMP Assoc
When receiving HCI Command Status after HCI Create Physical Link execute HCI Write Remote AMP Assoc command to AMP controller. 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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/net/bluetooth/amp.h b/include/net/bluetooth/amp.h
index cadb3d032856..8f8032965eaf 100644
--- a/include/net/bluetooth/amp.h
+++ b/include/net/bluetooth/amp.h
@@ -39,5 +39,7 @@ void amp_read_loc_assoc_frag(struct hci_dev *hdev, u8 phy_handle);
void amp_read_loc_assoc(struct hci_dev *hdev, struct amp_mgr *mgr);
void amp_create_phylink(struct hci_dev *hdev, struct amp_mgr *mgr,
struct hci_conn *hcon);
+void amp_write_remote_assoc(struct hci_dev *hdev, u8 handle);
+void amp_write_rem_assoc_continue(struct hci_dev *hdev, u8 handle);
#endif /* __AMP_H */