OBEX Subversion.
OBEX Subversion.
- Subject: OBEX Subversion.
- From: Mark Argo <email@hidden>
- Date: Wed, 11 May 2005 15:15:44 +0200
Hey List,
I'm stuck and dumbstruck on what seems like it should be a fairly
simple code chunk.
I'm making an app that sits waiting for a file transfer from another
device, like a cellphone, and can handle the 'OBEX Command Connect'
request, fire up a session, get the file and then use it with itself.
At the moment my code moves as such:
+ registerForChannelOpenNotification on all channels (though i'm
really hoping for ch10)
+ upon open channel i set my class as delegate of the passed
channel
+ when I get my rfcommChannelData call, check to see if it's an
OBEX Command Connect a la 0x80 and instantiate an
IOBluetoothOBEXSession withIncomingRFCOMMChannel.
After that i'm stuck. I've got the packetLogger open so I know what
sequence of happenings i'd like to emulate, and I'm wondering if
anyone had any hints on where to go from here. I've got some clues...
OBEXConnectResponse in the OBEXSession.h and working out the whole
structure on my own, but i'd love some help if y'alls willing.
thanks in advance... mark.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Bluetooth-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden