site_archiver@lists.apple.com Delivered-To: bluetooth-dev@lists.apple.com Hey List, At the moment my code moves as such: thanks in advance... mark. _______________________________________________ Do not post admin requests to the list. They will be ignored. Bluetooth-dev mailing list (Bluetooth-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/bluetooth-dev/site_archiver%40lists.a... 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. + 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. This email sent to site_archiver@lists.apple.com
participants (1)
-
Mark Argo