Re: OBEXSession functionality Problems!
Re: OBEXSession functionality Problems!
- Subject: Re: OBEXSession functionality Problems!
- From: "Arun Kumar" <email@hidden>
- Date: Wed, 5 Dec 2007 17:35:16 +0530
Hi Mat/Bubba,
I am writing the callback function as below
void handleSessionEvent(const OBEXSessionEvent *event)
{
switch (event->type)
{
case (kOBEXSessionEventTypeConnectCommandResponseReceived):
printf("Connect Event Type\n");
break;
case (kOBEXSessionEventTypeDisconnectCommandResponseReceived):
printf("Disconnect Event Type\n");
break;
case (kOBEXSessionEventTypeError):
printf("Error Event Type");
break;
default:
prinf("In default session\n");
break;
}
}
when I run the project my handleSessionEvent callback function is not called. Maybe I have written this in wrong way.
Can u guy help me how to write this callback function(in C/C++ not Obj C).
Thanks,
Arun Kumar.
_______________________________________________
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