From 2f5f3eb48f236bf239c286c52c39e3f920df52af Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Fri, 21 Mar 2014 10:05:21 +0200 Subject: [PATCH] lib/sdp: Add PbapSupportedFeatures attribute This adds PbapSupportedFeatures which is used for PBAP v1.2 and later. --- lib/sdp.h | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/sdp.h b/lib/sdp.h index 516d75dae..0a4c63e93 100644 --- a/lib/sdp.h +++ b/lib/sdp.h @@ -298,6 +298,7 @@ extern "C" { #define SDP_ATTR_SUPPORTED_REPOSITORIES 0x0314 #define SDP_ATTR_MAS_INSTANCE_ID 0x0315 #define SDP_ATTR_SUPPORTED_MESSAGE_TYPES 0x0316 +#define SDP_ATTR_PBAP_SUPPORTED_FEATURES 0x0317 #define SDP_ATTR_SPECIFICATION_ID 0x0200 #define SDP_ATTR_VENDOR_ID 0x0201 -- 2.11.0