1 /** @file
2  *  @brief Internal APIs for Bluetooth classic connection handling.
3  */
4 
5 /*
6  * Copyright (c) 2015 Intel Corporation
7  * Copyright (c) 2021 Nordic Semiconductor ASA
8  *
9  * SPDX-License-Identifier: Apache-2.0
10  */
11 
12 int bt_hci_connect_br_cancel(struct bt_conn *conn);
13 
14 void bt_br_acl_recv(struct bt_conn *conn, struct net_buf *buf, bool complete);
15