hi all of u ,

in my project i want to transfer an image from one moblie to another mobile using bluetooth. i have written a code but giving null pointer exception at
int length = in.read(buff);

my code is :

[code=java]
public void imageTransfer()
{
System.err.prin tln(" From image transfer ()");
String imgName = "/Sunset.png";...