From 0df04a3f3a6bc3b13dab62cdf3950411289962fb Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Fri, 27 Jun 2014 11:27:50 +0300 Subject: [PATCH] lib/uuid: Add define for Scan Parameter UUID --- lib/uuid.h | 1 + profiles/scanparam/scan.c | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/uuid.h b/lib/uuid.h index 814fd920f..b44d6ae8b 100644 --- a/lib/uuid.h +++ b/lib/uuid.h @@ -60,6 +60,7 @@ extern "C" { #define IMMEDIATE_ALERT_UUID "00001802-0000-1000-8000-00805f9b34fb" #define LINK_LOSS_UUID "00001803-0000-1000-8000-00805f9b34fb" #define TX_POWER_UUID "00001804-0000-1000-8000-00805f9b34fb" +#define SCAN_PARAMETERS_UUID "00001813-0000-1000-8000-00805f9b34fb" #define SAP_UUID "0000112D-0000-1000-8000-00805f9b34fb" diff --git a/profiles/scanparam/scan.c b/profiles/scanparam/scan.c index 25c906e34..3eece9dc4 100644 --- a/profiles/scanparam/scan.c +++ b/profiles/scanparam/scan.c @@ -42,8 +42,6 @@ #include "attrib/gatt.h" #include "src/attio.h" -#define SCAN_PARAMETERS_UUID "00001813-0000-1000-8000-00805f9b34fb" - #define SCAN_INTERVAL_WIN_UUID 0x2A4F #define SCAN_REFRESH_UUID 0x2A31 -- 2.47.3