site_archiver@lists.apple.com Delivered-To: bluetooth-dev@lists.apple.com 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: (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 (Bluetooth-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/bluetooth-dev/site_archiver%40lists.a... [IOBluetoothOBEXSession withDevice: target channelID: 4]; id fileTransfer = [OBEXFileTransferServices withOBEXSession: obexSession]; [fileTransfer sendFile: @"spam.jpg"]; This email sent to site_archiver@lists.apple.com
participants (1)
-
Christian Klein