Dear all,
Does anyone know whether Basic Printing Profile(Job Based Printing model ) has been implemented in any S60 device. As far as I know only Simple Push model is...
Type: Posts; User: siddhartha84; Keyword(s):
Dear all,
Does anyone know whether Basic Printing Profile(Job Based Printing model ) has been implemented in any S60 device. As far as I know only Simple Push model is...
Hi,
I am trying to implement a Bluetooth application profile.
In one of the place of my code I am Performing an OBEX Get operation.
According to the Specification of the profile...
Thanks for your reply.
No I am not calling any Abort or disconnect() method. Actually when the application is closing it tries to dstroy the active object that is having CobexClient object. Now even...
please give me some suggestions.....
Hi,
Thanks for your reply.
I tried to destroy the active object first but that also throwing a exception causing a Kern Exec 3 panic. I checked the function call stack. It's like this
when I...
Dear friends,
I am trying to establish a BT Obex connection to a Obex server.
CObexHeader* targetHdr = CObexHeader::NewL();
CleanupStack::PushL( targetHdr );...
Hi friends,
Can any one please tell me how to modify/disable Timeout for OBEX operations. Please let me know as soon as possible. I badly need some help regarding this. Atleast give...
hi Everybody,
I am trying to setup a Obex connectin with a target header.
So I have done like
CObexNullObject * p = CObexNullObject :: NewL();
p->SetTargetL( my target);
now...
Hi everybody,
I am trying to get the final OBEX PUT response code for my Bluetooth application. I saw
CObexHeaderSet & CObexclient :: GetPutFinalResponseHeaders()
It returns...
Thanx man. Let me study all these things. I will come back if I face some probs.
Thank u again.
Regards,
Sid.
Hi EverBody!,
I need to use Bluetooth OBEX operations like GET, PUT and others. But I can only see IrDA OBEX API's but no bluetooth related API's like OBEX GET, PUT. I am using S60...
Hi Everybody! ,
I am trying to develop a protocol stack( as a bluetooth profile). Here all the Request and responses come as a SOAP encoded messages. I need to parse the SOAP messages so as to get...
Hi Buddy!,
I am also in the same path what u r doing. I Can u just tell me how u have managed those SOAP encoded messages and writing XHTML-print document programmatically.
I would...
Hi Everybody! ,
I am trying to develop a protocol stack( as a bluetooth profile). Here all the Request and responses come as a SOAP encoded messages. I need to parse the SOAP...
Hi,
Thanks for u'r answer.
So I can have multiple active objects, each one for an accepted connection.
Now, Do I need to call bind() , Listen() for a seperate Rsocket obj(memb. variable of that...
Hi Everybody!!,
I am listening on a port for incoming TCP/IP connection.
I need to handle multiple connections at the same time.
In this case do I need to create a thread...
Hi Everybody!!,
I am listening on a port for incoming TCP/IP connection.
I need to handle multiple connections at the same time.
In this case do I need to create a thread...
Hi Everybody!,
I want to know how to create two socket connection on the same port.
Shall I need to create a seperate thread, whenever I accept a new connection.
It will be...
Thakns everybody for u'r suggestions!
Now my understanding is I can't use PAN and BNEP as it's not supported, so I should go for some custom protocol like mRouter or GNUbox.
Can anyone of u pls...
Hi Everybody!,
I have a feasibility question like,
I am using Symbian OS 9.2 , S60 3rd edition. Is it possible to send TCP/IP packets over bluetooth connection. Bluetooth 2.0 is...
Hi Everybody!
Please let me know , how can I set different TCP options like
KEEP ALIVE , disable NAGLE's ALGORITHM when creating a TCP socket connection.
I am using S60 3rd...
Sorry for a tardy reply...
Yes I found some examples like Chat and echo application. Now I am getting
the way of doing this thing in symbian. Thanks Buddy... :)
Regards,
Siddhartha.
Hi,
I have the idea of socket programming in unix. But I don't know what are
Classes and functions needed in Symbian to write a strong TCP/IP server code.
Pls give me any sample code or...
Hi Wizard_hu,
Thanks for u'r nice reply. Ok Let me tell what i have tried till now.
I changed My DLL's capabilities to ALL also but the same Capability check failed for ALLfiles...
Dear ALL,
Thanks for u'r kind attention to my problem.
Hi Wizard_hu_ ,
Thanks frnd for getting my prob correctly. Can u please go through my posts in the...