Skip to content

Commit

Permalink
Bluetooth: Remove unused declaration amp_read_loc_info()
Browse files Browse the repository at this point in the history
This is introduced in commit 903e454 but was never implemented.

Fixes: 903e454 ("Bluetooth: AMP: Use HCI cmd to Read Loc AMP Assoc")
Signed-off-by: Yue Haibing <yuehaibing@huawei.com>
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
  • Loading branch information
Yue Haibing authored and Luiz Augusto von Dentz committed Aug 11, 2023
1 parent 123c263 commit 9000588
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion net/bluetooth/amp.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ struct hci_conn *phylink_add(struct hci_dev *hdev, struct amp_mgr *mgr,

int phylink_gen_key(struct hci_conn *hcon, u8 *data, u8 *len, u8 *type);

void amp_read_loc_info(struct hci_dev *hdev, struct amp_mgr *mgr);
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_read_loc_assoc_final_data(struct hci_dev *hdev,
Expand Down

0 comments on commit 9000588

Please sign in to comment.