blob: 48b81c6c774b634c6546b5e9023ec803c1231812 [file] [log] [blame]
/** @file
* @brief Bluetooth shell functions
*
* This is not to be included by the application.
*/
/*
* Copyright (c) 2017 Intel Corporation
*
* SPDX-License-Identifier: Apache-2.0
*/
#ifndef __BT_H
#define __BT_H
extern struct bt_conn *default_conn;
#endif /* __BT_H */