diff --git a/src/pan.c b/src/pan.c index 4c5db9a03..f5a8d2195 100644 --- a/src/pan.c +++ b/src/pan.c @@ -47,12 +47,6 @@ #include -typedef enum { - PANU_UUID = 0x1115, - NAP_UUID = 0x1116, - GN_UUID = 0x1117 -} bnep_service_uuid_t; - static const char default_panu_service_name[] = "Personal Ad-hoc User Service"; static const char default_panu_service_desc[] = "Personal Ad-hoc User Service"; diff --git a/src/pan.h b/src/pan.h index f2f347a0c..c0812d157 100644 --- a/src/pan.h +++ b/src/pan.h @@ -51,6 +51,12 @@ extern "C" { #endif +typedef enum { + PANU_UUID = 0x1115, + NAP_UUID = 0x1116, + GN_UUID = 0x1117 +} bnep_service_uuid_t; + typedef enum { BNEP_SECURITY_NONE = 0x0000, BNEP_SECURITY_SERVICE_LEVEL_ENFORCED,