/*
 * Bluetooth Presense Daemon
 *
 * Copyright (C) 2003 Digium, Inc.
 *
 * Mark Spencer <markster@digium.com>
 *
 * Distributed under the terms of the GNU General Public License
 * Version 2 or later at your option.
 *
 */

#ifndef _BTPD_H
#define _BTPD_H

struct btp_report {
	char id[18];
	int level;
};

#endif
