Hello,
I want to write a Symbian program on a nokia 3650 to know if a connection ( GPRS connection or Serial Bluetooth connection ) is active or not before to open a TCP socket.
I tried with NifMan and NetworkActive method, but it works with GPRS connection only. If a bluetooth serial connection is opened, NifMan.NetworkActive return false.
So, I don't know how see if a serial bluetooth connection is active or not.
You can detect the mRouter status [see MRStatusL()], if mRouter is active, then you are 'connected'. If you are connected, then you can use RSocket::Connect() to open a tcp/ip connection.
I found the mrouterclient.h in a another sdk, but when I use MRStatusL, the application crashes ??
When steps i must do before use the MRStatusL methode ?