blob: 22d2363b8504577cdfe276726a58df3650481e32 [file] [log] [blame]
Marcel Holtmann50e9f0d2012-11-20 11:56:05 +01001/*
2 *
3 * BlueZ - Bluetooth protocol stack for Linux
4 *
Marcel Holtmanne691f252014-02-11 10:59:14 -08005 * Copyright (C) 2011-2014 Intel Corporation
6 * Copyright (C) 2002-2010 Marcel Holtmann <marcel@holtmann.org>
Marcel Holtmann50e9f0d2012-11-20 11:56:05 +01007 *
8 *
Marcel Holtmanne691f252014-02-11 10:59:14 -08009 * This library is free software; you can redistribute it and/or
10 * modify it under the terms of the GNU Lesser General Public
11 * License as published by the Free Software Foundation; either
12 * version 2.1 of the License, or (at your option) any later version.
Marcel Holtmann50e9f0d2012-11-20 11:56:05 +010013 *
Marcel Holtmanne691f252014-02-11 10:59:14 -080014 * This library is distributed in the hope that it will be useful,
Marcel Holtmann50e9f0d2012-11-20 11:56:05 +010015 * but WITHOUT ANY WARRANTY; without even the implied warranty of
Marcel Holtmanne691f252014-02-11 10:59:14 -080016 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
17 * Lesser General Public License for more details.
Marcel Holtmann50e9f0d2012-11-20 11:56:05 +010018 *
Marcel Holtmanne691f252014-02-11 10:59:14 -080019 * You should have received a copy of the GNU Lesser General Public
20 * License along with this library; if not, write to the Free Software
Marcel Holtmann50e9f0d2012-11-20 11:56:05 +010021 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
22 *
23 */
24
25#include <stdint.h>
26
MichaƂ Narajowskic318b332016-07-29 14:34:07 +020027#define MAX_LEN_UUID_STR 37
28
Marcel Holtmann50e9f0d2012-11-20 11:56:05 +010029const char *uuid16_to_str(uint16_t uuid);
Marcel Holtmanna9953812012-11-20 18:01:01 +010030const char *uuid32_to_str(uint32_t uuid);
Marcel Holtmannfc41a5a2012-12-22 19:10:42 -080031const char *uuidstr_to_str(const char *uuid);