"Rodolphe Br�jaude" <[EMAIL PROTECTED]> schreef in bericht
news:108162@palm-dev-forum...
>
> hi,
>
> I will tranfert info with bluetooth and exchange manager but without any
> human intervention
> or click on the screen.
> I will use OBEX.
>
> is it possible to establish a connection (I already know the BT address)
> without human action?

Yes.

> and is it possible, on the other palm, to accept the data without human
> action?
> I think that the ExgAccept() ask the user to confirm he accepts the datas?
> after I call ExgReceive().

No, ExgAccept doesn't ask the user for confirmation. The user is asked
for confirmation in the sysAppLaunchCmdExgAskUser launch code. If you
don't handle this launch code, the default behaviour (a confirmation box)
will
appear.
What you'll have to do is handle the sysAppLaunchCmdExgAskUser code and
put the code exgAskOk into the result part of the parameter block
(See the Palm OS Reference and Palm OS Companion 2 for details)

Ronnie

> If ExgAccept() ask for a confirmation, is it possible to use ExgGet()
> instead ? or not?
>
>
> Thanks to help me if you have another solution.
>
>



-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/support/forums/
  • exchange Rodolphe Br�jaude
    • Ronnie van 't Westeinde

Reply via email to