diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2006-11-20 08:13:52 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2006-11-20 08:13:52 +0000 |
commit | 927b3c7e502213224dd39de79ad1ab38bb6b374a (patch) | |
tree | b8149e15b40f38962f13b9c993189017a5b6b267 /dund/sdp.c | |
parent | 2a97c2f0298379e903aac404b1f4cfd69c8cdcd2 (diff) |
Look for dialup networking service when in dialup mode
Diffstat (limited to 'dund/sdp.c')
-rw-r--r-- | dund/sdp.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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; |