1 /*
2  * SPDX-FileCopyrightText: 2015-2021 Espressif Systems (Shanghai) CO LTD
3  *
4  * SPDX-License-Identifier: Apache-2.0
5  */
6 
7 #ifndef L2CAP_HCI_LINK_INTERFACE_H
8 #define L2CAP_HCI_LINK_INTERFACE_H
9 
10 #include "bt_common.h"
11 
12 extern BOOLEAN l2c_link_hci_conn_comp (UINT8 status, UINT16 handle, BD_ADDR p_bda);
13 extern BOOLEAN l2c_link_hci_disc_comp (UINT16 handle, UINT8 reason);
14 
15 #endif /* L2CAP_HCI_LINK_INTERFACE_H */
16