site_archiver@lists.apple.com Delivered-To: bluetooth-dev@lists.apple.com Am 30.05.2005 um 00:20 schrieb luc bergevin: hi, I also tried that, with this piece of code: id service, serviceEnumerator = [[target getServices] objectEnumerator]; while( service = [serviceEnumerator nextObject] ) { [...] but same results. _______________________________________________ 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 see that you changed the channelId from the value "4" to "channelId". But where do you get it from? You should get it from the SDP. if([[service getServiceName] isEqualToString: @"OBEX Object Push"]) { id obexSession = [IOBluetoothOBEXSession withSDPServiceRecord: service]; This email sent to site_archiver@lists.apple.com