i have a few questions:
1. how to make sure that the bluetooth pen is connected to my apps, i use log as a sign, but it doesnt work (i'm using MObexServerNotify)
//A OBEX connection is requested over Bluetooth by the sending device
void CObjectExchangeServer::TransportUpIndication()
{
iLog.LogL(_L("Connected"));
}
the pen is already connected to my device (handphone) but if i send the image, it (the image) directly go to the inbox, the log "connected" is not displayed in my apps. (the session is not made between apps and pen)
can you help me why?