From 64bf69dc9ac72b233dd4dbbbba145158dcd0eaee Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Tue, 2 Oct 2012 13:43:07 +0300 Subject: [PATCH] lib: Add SPP UUID define --- lib/uuid.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/uuid.h b/lib/uuid.h index 9da1b5478..a812309cc 100644 --- a/lib/uuid.h +++ b/lib/uuid.h @@ -88,6 +88,8 @@ extern "C" { #define GAP_UUID "00001800-0000-1000-8000-00805f9b34fb" #define PNP_UUID "00001200-0000-1000-8000-00805f9b34fb" +#define SPP_UUID "00001101-0000-1000-8000-00805f9b34fb" + typedef struct { enum { BT_UUID_UNSPEC = 0, -- 2.47.3