From 6156983a58af0ed9144cca196a6a0dc09a9c1f2b Mon Sep 17 00:00:00 2001 From: Manish Mandlik Date: Wed, 10 Jun 2020 09:22:04 -0700 Subject: lib: Move HOG UUID definition HOG UUID is defined at multiple places in the code. Move that definition to lib/uuid.h where all other UUIDs are defined. --- lib/uuid.h | 1 + 1 file changed, 1 insertion(+) (limited to 'lib') diff --git a/lib/uuid.h b/lib/uuid.h index ebdcf729c..c7e6269f1 100644 --- a/lib/uuid.h +++ b/lib/uuid.h @@ -88,6 +88,7 @@ extern "C" { #define HDP_SINK_UUID "00001402-0000-1000-8000-00805f9b34fb" #define HID_UUID "00001124-0000-1000-8000-00805f9b34fb" +#define HOG_UUID "00001812-0000-1000-8000-00805f9b34fb" #define DUN_GW_UUID "00001103-0000-1000-8000-00805f9b34fb" -- cgit v1.2.1