Networking Forums

Networking Forums > Wireless Networking > Wireless Networks > SDP stream data

Reply
Thread Tools Display Modes

SDP stream data

 
 
zkes1000
Guest
Posts: n/a

 
      01-20-2005, 04:05 AM
I am working on windows xp(sp2) to write a server software for purpose of
communicating (i.e. file transfering) my Nokia 6600 with PC server by
Bluetooth link. After I succeed in creating a BT socket, I "bind" the socket
and start to "listen". Also, "WSASetService" is invoked here. Next, when I
attempt to send file from my 6600 to PC by BT, the error "send failed" is
always shown on 6600.
Then, I tried "WSASetService" by setting "pBlob" parameter. But I am not
clear to the SDP definition. Could anyone give me sone help to establish
theSDP stream for satisfying what I want.

 
Reply With Quote
 
 
 
 
Sandy Spinrad [MSFT]
Guest
Posts: n/a

 
      01-25-2005, 06:03 AM
Hello,

I would first recommend finding out what file transfer protocols your phone
supports. Many phones support OBEX but some phones may use their own
proprietary protocol for file transfers, and to complicate matters, some
cellular vendors may also limit file transfer functionality.

So once you have a good understanding the protocol your phone uses to
transfer files, then you may be able to use the Windows XP Bluetooth socket
interface to create a RFCOMM to send / receive data in a format that the
phone understands.

Note the Microsoft Bluetooth version that ships with Windows XP SP2 includes
OBEX file transfer support. For more information, do a search for OBEX in
Windows online help (Start / Help and Support).

Good luck!

Sandy Spinrad
Developer, Windows Core Bluetooth
------------------------------------
This posting is provided "AS IS" with no warranties, and confers no rights.


---------------------------------------------------------------
"zkes1000" <(E-Mail Removed)> wrote in message
news:7E906E2E-2AA3-4D7F-8281-(E-Mail Removed)...
>I am working on windows xp(sp2) to write a server software for purpose of
> communicating (i.e. file transfering) my Nokia 6600 with PC server by
> Bluetooth link. After I succeed in creating a BT socket, I "bind" the
> socket
> and start to "listen". Also, "WSASetService" is invoked here. Next, when I
> attempt to send file from my 6600 to PC by BT, the error "send failed" is
> always shown on 6600.
> Then, I tried "WSASetService" by setting "pBlob" parameter. But I am not
> clear to the SDP definition. Could anyone give me sone help to establish
> theSDP stream for satisfying what I want.
>



 
Reply With Quote
 
Andrew McGrath
Guest
Posts: n/a

 
      01-25-2005, 09:57 AM
We have a product that implements what you are looking for. We have tested
it (sending files via OBEX from XP SP2 in C#) with Nokia 6600, Pocket PC,
and Ericsson K500i and others.

Write to me offline and I can send you a demo.

Regards

Andrew
www.mcsoft.com.au

"zkes1000" <(E-Mail Removed)> wrote in message
news:7E906E2E-2AA3-4D7F-8281-(E-Mail Removed)...
>I am working on windows xp(sp2) to write a server software for purpose of
> communicating (i.e. file transfering) my Nokia 6600 with PC server by
> Bluetooth link. After I succeed in creating a BT socket, I "bind" the
> socket
> and start to "listen". Also, "WSASetService" is invoked here. Next, when I
> attempt to send file from my 6600 to PC by BT, the error "send failed" is
> always shown on 6600.
> Then, I tried "WSASetService" by setting "pBlob" parameter. But I am not
> clear to the SDP definition. Could anyone give me sone help to establish
> theSDP stream for satisfying what I want.
>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Seeing large amounts of data on udp recv-q, only sending 1 byte of data ssussman@starentnetworks.com Linux Networking 3 05-25-2007 03:44 PM
Howto grab data from a 3270 screen and write data into it with script based software? Peter Ballmer Linux Networking 0 03-26-2007 03:28 PM
Measuring a data stream... Cyphos Windows Networking 0 03-27-2006 10:09 PM
Data Stream to IP Stream John Edgar Broadband 2 04-30-2005 09:11 AM
Virgin ADSL - IP Stream or Data Stream ??? DeeBee Broadband 19 03-06-2005 11:28 AM



1 2 3 4 5 6 7 8 9 10 11