1 /* 2 * Copyright (c) 2017-2021 Nordic Semiconductor ASA 3 * Copyright (c) 2015-2016 Intel Corporation 4 * 5 * SPDX-License-Identifier: Apache-2.0 6 */ 7 8 int bt_br_init(void); 9 10 void bt_br_discovery_reset(void); 11 12 bool bt_br_update_sec_level(struct bt_conn *conn); 13