From dbd9c3109e77088de3d7e35dec78524ba73d1ad4 Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Wed, 3 Oct 2012 23:14:03 +0300 Subject: [PATCH] lib: Add GoepL2capPsm SDP attribute define --- lib/sdp.h | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/sdp.h b/lib/sdp.h index de411850e..a6c2a3422 100644 --- a/lib/sdp.h +++ b/lib/sdp.h @@ -265,6 +265,7 @@ extern "C" { #define SDP_ATTR_IP_SUBNET 0x0200 #define SDP_ATTR_VERSION_NUM_LIST 0x0200 #define SDP_ATTR_SUPPORTED_FEATURES_LIST 0x0200 +#define SDP_ATTR_GOEP_L2CAP_PSM 0x0200 #define SDP_ATTR_SVCDB_STATE 0x0201 #define SDP_ATTR_SERVICE_VERSION 0x0300 -- 2.47.3