Blame profiles/health/hdp.h

Packit Service 8264ee
/*
Packit Service 8264ee
 *
Packit Service 8264ee
 *  BlueZ - Bluetooth protocol stack for Linux
Packit Service 8264ee
 *
Packit Service 8264ee
 *  Copyright (C) 2010 GSyC/LibreSoft, Universidad Rey Juan Carlos.
Packit Service 8264ee
 *
Packit Service 8264ee
 *  This program is free software; you can redistribute it and/or modify
Packit Service 8264ee
 *  it under the terms of the GNU General Public License as published by
Packit Service 8264ee
 *  the Free Software Foundation; either version 2 of the License, or
Packit Service 8264ee
 *  (at your option) any later version.
Packit Service 8264ee
 *
Packit Service 8264ee
 *  This program is distributed in the hope that it will be useful,
Packit Service 8264ee
 *  but WITHOUT ANY WARRANTY; without even the implied warranty of
Packit Service 8264ee
 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
Packit Service 8264ee
 *  GNU General Public License for more details.
Packit Service 8264ee
 *
Packit Service 8264ee
 *  You should have received a copy of the GNU General Public License
Packit Service 8264ee
 *  along with this program; if not, write to the Free Software
Packit Service 8264ee
 *  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
Packit Service 8264ee
 *
Packit Service 8264ee
 */
Packit Service 8264ee
Packit Service 8264ee
int hdp_adapter_register(struct btd_adapter *btd_adapter);
Packit Service 8264ee
void hdp_adapter_unregister(struct btd_adapter *btd_adapter);
Packit Service 8264ee
Packit Service 8264ee
int hdp_device_register(struct btd_device *device);
Packit Service 8264ee
void hdp_device_unregister(struct btd_device *device);
Packit Service 8264ee
Packit Service 8264ee
int hdp_manager_start(void);
Packit Service 8264ee
void hdp_manager_stop(void);
Packit Service 8264ee
Packit Service 8264ee
gboolean hdp_set_mcl_cb(struct hdp_device *device, GError **err);