summaryrefslogtreecommitdiff
path: root/src/sdpd-database.c
diff options
context:
space:
mode:
authorSzymon Janc <szymon.janc@tieto.com>2014-12-10 11:59:03 +0100
committerSzymon Janc <szymon.janc@tieto.com>2015-02-17 18:26:35 +0100
commit710ea1bc2afba400df538ced3b62a9edb34e85cd (patch)
treed350400ed82bf38b7abbe9892d842a705efd716d /src/sdpd-database.c
parent0d597c486c3069e6626016780062e9a9a01f9268 (diff)
downloadbluez-710ea1bc2afba400df538ced3b62a9edb34e85cd.tar.gz
sdp: Add initial support for MPS
This allows to register Multi Profile Specification record with proper MPSD bits set depending on currently registered services. Service Name: Multi Profile Service RecHandle: 0x10001 Service Class ID List: "" (0x113b) Profile Descriptor List: "" (0x113a) Version: 0x0100
Diffstat (limited to 'src/sdpd-database.c')
-rw-r--r--src/sdpd-database.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sdpd-database.c b/src/sdpd-database.c
index 6f5577b4a..e3b9e0926 100644
--- a/src/sdpd-database.c
+++ b/src/sdpd-database.c
@@ -29,6 +29,7 @@
#endif
#include <stdlib.h>
+#include <stdbool.h>
#include <bluetooth/bluetooth.h>
#include <bluetooth/sdp.h>