From 35b741178cbf01ecd19a4064d28943d440aa2da0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=B2=E5=98=89=E6=81=92?= Date: Sun, 23 Mar 2025 12:58:29 +0000 Subject: [PATCH] update net/bluetooth/amp.h. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 曲嘉恒 --- net/bluetooth/amp.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/net/bluetooth/amp.h b/net/bluetooth/amp.h index 832764dfbfb3..74097014b58f 100644 --- a/net/bluetooth/amp.h +++ b/net/bluetooth/amp.h @@ -38,6 +38,11 @@ void amp_create_phylink(struct hci_dev *hdev, struct amp_mgr *mgr, void amp_accept_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); +void amp_physical_cfm(struct hci_conn *bredr_hcon, struct hci_conn *hs_hcon); + #if IS_ENABLED(CONFIG_BT_HS) void amp_create_logical_link(struct l2cap_chan *chan); void amp_disconnect_logical_link(struct hci_chan *hchan); @@ -51,11 +56,6 @@ static inline void amp_disconnect_logical_link(struct hci_chan *hchan) } #endif -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_physical_cfm(struct hci_conn *bredr_hcon, struct hci_conn *hs_hcon); -void amp_create_logical_link(struct l2cap_chan *chan); -void amp_disconnect_logical_link(struct hci_chan *hchan); void amp_destroy_logical_link(struct hci_chan *hchan, u8 reason); #endif /* __AMP_H */ -- Gitee