Re: OBEX question
Re: OBEX question
- Subject: Re: OBEX question
- From: Christian Klein <email@hidden>
- Date: Mon, 30 May 2005 08:33:03 +0200
Am 30.05.2005 um 00:20 schrieb luc bergevin:
hi,
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.
I also tried that, with this piece of code:
id service, serviceEnumerator = [[target getServices] objectEnumerator];
while( service = [serviceEnumerator nextObject] ) {
if([[service getServiceName] isEqualToString: @"OBEX Object
Push"]) {
id obexSession = [IOBluetoothOBEXSession
withSDPServiceRecord: service];
[...]
but same results.
_______________________________________________
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