mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-04-10 06:44:32 +00:00
bnep service uuid moved to pan.h file
This commit is contained in:
parent
c81dbccfbb
commit
e731911be9
@ -47,12 +47,6 @@
|
|||||||
|
|
||||||
#include <btstack/sdp_util.h>
|
#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_name[] = "Personal Ad-hoc User Service";
|
||||||
static const char default_panu_service_desc[] = "Personal Ad-hoc User Service";
|
static const char default_panu_service_desc[] = "Personal Ad-hoc User Service";
|
||||||
|
|
||||||
|
@ -51,6 +51,12 @@
|
|||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
typedef enum {
|
||||||
|
PANU_UUID = 0x1115,
|
||||||
|
NAP_UUID = 0x1116,
|
||||||
|
GN_UUID = 0x1117
|
||||||
|
} bnep_service_uuid_t;
|
||||||
|
|
||||||
typedef enum {
|
typedef enum {
|
||||||
BNEP_SECURITY_NONE = 0x0000,
|
BNEP_SECURITY_NONE = 0x0000,
|
||||||
BNEP_SECURITY_SERVICE_LEVEL_ENFORCED,
|
BNEP_SECURITY_SERVICE_LEVEL_ENFORCED,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user