1 /** @file 2 * @brief Bluetooth shell functions 3 * 4 * This is not to be included by the application. 5 */ 6 7 /* 8 * Copyright (c) 2017 Intel Corporation 9 * 10 * SPDX-License-Identifier: Apache-2.0 11 */ 12 13 #ifndef __BT_H 14 #define __BT_H 15 16 extern struct bt_conn *default_conn; 17 18 #endif /* __BT_H */ 19