• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: OBEXSession functionality Problems!
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

References: 
 >OBEXSession functionality Problems! (From: "Arun Kumar" <email@hidden>)
 >Re: OBEXSession functionality Problems! (From: mat davidson <email@hidden>)
 >Re: OBEXSession functionality Problems! (From: "Arun Kumar" <email@hidden>)

  • Prev by Date: Re: OBEXSession functionality Problems!
  • Next by Date: Re: OBEXSession functionality Problems!
  • Previous by thread: Re: OBEXSession functionality Problems!
  • Next by thread: Re: OBEXSession functionality Problems!
  • Index(es):
    • Date
    • Thread