summaryrefslogtreecommitdiff
path: root/cras/src/server/cras_bt_manager.h
blob: 155d8ef085393dffdd6421cea9fae40af5592950 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* Copyright (c) 2013 The Chromium Authors. All rights reserved.
 * Use of this source code is governed by a BSD-style license that can be
 * found in the LICENSE file.
 */

#ifndef CRAS_BT_MANAGER_H_
#define CRAS_BT_MANAGER_H_

#include <dbus/dbus.h>

void cras_bt_start(DBusConnection *conn);
void cras_bt_stop(DBusConnection *conn);

#endif /* CRAS_BT_MANAGER_H_ */