//send string
 public static void sendString(string message)
 {
     BtConnection.sendString(message);
 }