summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--dund/sdp.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/dund/sdp.c b/dund/sdp.c
index ee011252..dff0c0c1 100644
--- a/dund/sdp.c
+++ b/dund/sdp.c
@@ -171,6 +171,9 @@ int dun_sdp_search(bdaddr_t *src, bdaddr_t *dst, int *channel, int type)
case ACTIVESYNC:
sdp_uuid128_create(&svclass, (void *) async_uuid);
break;
+ case DIALUP:
+ sdp_uuid16_create(&svclass, DIALUP_NET_SVCLASS_ID);
+ break;
default:
sdp_uuid16_create(&svclass, LAN_ACCESS_SVCLASS_ID);
break;