while true; do
  if /data/local/bin/hidd --connect 00:18:00:00:CC:D7
  then
    echo "Success!"
    exit 0
  fi
done
