bnep service uuid moved to pan.h file

This commit is contained in:
mila@ringwald.ch 2014-10-23 09:08:08 +00:00
parent c81dbccfbb
commit e731911be9
2 changed files with 6 additions and 6 deletions

View File

@ -47,12 +47,6 @@
#include <btstack/sdp_util.h>
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";

View File

@ -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,