Hi all,
I want to ask you about bluetooth in series40.
I have Nokia_Prototype_SDK_3_0_Beta already installed on my com.
Then I want to make simple bluetooth chat program.
But I have a problem, I can't display others bluetooth device name.
I use this command:
try{agent.startInquiry(agent.GIAC,this);}
catch(Exception e) {myzone.showalert("error");}
and receive other devices in this function
public void deviceDiscovered(RemoteDevice btDevice, DeviceClass cod) {
String temp="";
try{ temp=btDevice.getFriendlyName(true);}
catch(Exception e) {myzone.showalert("error");}
myzone.showalert("Found device = "+temp);
}
And I always get error message.
Why ?
Thanks,
Ronny

Reply With Quote

