OBEX question
OBEX question
- Subject: OBEX question
- From: Christian Klein <email@hidden>
- Date: Sat, 28 May 2005 01:04:15 +0200
Hello,
I've been now trying to send a file for about two hours.
In my code I do:
do an inquiry and search my phone (the only found device),
give that IOBluetoothDevice to a function that does:
[IOBluetoothOBEXSession withDevice: target channelID: 4];
id fileTransfer = [OBEXFileTransferServices withOBEXSession:
obexSession];
[fileTransfer sendFile: @"spam.jpg"];
(I manually found out, that channel 4 is "OBEX Object Push").
Where is the mistake? [fileTransfer isConnected] always returns NO.
Chris
_______________________________________________
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