diff options
author | Christian Fetzer <christian.fetzer@bmw-carit.de> | 2013-04-12 11:29:05 +0200 |
---|---|---|
committer | Luiz Augusto von Dentz <luiz.von.dentz@intel.com> | 2013-04-17 13:43:45 +0300 |
commit | 41d61ddc985d3614d150d3e8888672a01b6b4fad (patch) | |
tree | 45cacf9939ee406141f31674be62e3a45a3403bd /lib | |
parent | f4bf087572208d0f382babec61cbbce9c9822017 (diff) | |
download | bluez-41d61ddc985d3614d150d3e8888672a01b6b4fad.tar.gz |
lib: Add attributes MASInstanceID and SupportedMessageTypes
Diffstat (limited to 'lib')
-rw-r--r-- | lib/sdp.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -294,6 +294,8 @@ extern "C" { #define SDP_ATTR_SUPPORTED_FUNCTIONS 0x0312 #define SDP_ATTR_TOTAL_IMAGING_DATA_CAPACITY 0x0313 #define SDP_ATTR_SUPPORTED_REPOSITORIES 0x0314 +#define SDP_ATTR_MAS_INSTANCE_ID 0x0315 +#define SDP_ATTR_SUPPORTED_MESSAGE_TYPES 0x0316 #define SDP_ATTR_SPECIFICATION_ID 0x0200 #define SDP_ATTR_VENDOR_ID 0x0201 |