diff options
Diffstat (limited to 'include/net/bluetooth/amp.h')
-rw-r--r-- | include/net/bluetooth/amp.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/net/bluetooth/amp.h b/include/net/bluetooth/amp.h index f57854f0786d..763b4635c304 100644 --- a/include/net/bluetooth/amp.h +++ b/include/net/bluetooth/amp.h | |||
@@ -32,6 +32,8 @@ void amp_ctrl_list_flush(struct amp_mgr *mgr); | |||
32 | struct hci_conn *phylink_add(struct hci_dev *hdev, struct amp_mgr *mgr, | 32 | struct hci_conn *phylink_add(struct hci_dev *hdev, struct amp_mgr *mgr, |
33 | u8 remote_id); | 33 | u8 remote_id); |
34 | 34 | ||
35 | int phylink_gen_key(struct hci_conn *hcon, u8 *data, u8 *len, u8 *type); | ||
36 | |||
35 | void amp_read_loc_info(struct hci_dev *hdev, struct amp_mgr *mgr); | 37 | void amp_read_loc_info(struct hci_dev *hdev, struct amp_mgr *mgr); |
36 | void amp_read_loc_assoc_frag(struct hci_dev *hdev, u8 phy_handle); | 38 | void amp_read_loc_assoc_frag(struct hci_dev *hdev, u8 phy_handle); |
37 | void amp_read_loc_assoc(struct hci_dev *hdev, struct amp_mgr *mgr); | 39 | void amp_read_loc_assoc(struct hci_dev *hdev, struct amp_mgr *mgr); |